blob: 2484a500ff2706c13beacaad71da9ca29ab53f35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/**
* Astra Theme compatibility with Beaver Builder
*/
.fl-builder-content {
clear: both;
}
.fl-theme-builder-archive .fl-post-gallery-post.hentry,
.fl-theme-builder-archive .fl-post-column > .hentry {
margin: 0;
}
.fl-theme-builder-archive h2.fl-post-feed-title {
clear: initial;
}
.ast-fluid-width-layout .fl-row-fixed-width .fl-row-fixed-width {
padding-left: 0;
padding-right: 0;
}
|