File tree Expand file tree Collapse file tree 2 files changed +30
-22
lines changed Expand file tree Collapse file tree 2 files changed +30
-22
lines changed Original file line number Diff line number Diff line change 15
15
}
16
16
}
17
17
18
- @include media-breakpoint-up (" xl " , $container-max-widths ) {
18
+ @include media-breakpoint-up (" lg " , $container-max-widths ) {
19
19
20
20
.alignwide {
21
21
22
- .site-primary--full & {
23
- margin-left : - ($grid-gutter-width * 2 );
24
- margin-right : - ($grid-gutter-width * 2 );
25
- width : calc (100% + #{$grid-gutter-width * 4 } );
26
- transform : none ;
27
- }
28
- }
29
- }
30
-
31
- @include media-breakpoint-up (" xl" , $grid-breakpoints ) {
32
-
33
- .alignwide {
34
- margin-left : 50% ;
35
- width : 75vw ;
36
- transform : translate3d (-50% , 0 , 0 );
22
+ margin-left : - ($grid-gutter-width * 2 );
23
+ margin-right : - ($grid-gutter-width * 2 );
24
+ width : calc (100% + #{$grid-gutter-width * 4 } );
25
+ transform : none ;
37
26
}
38
27
}
39
28
Original file line number Diff line number Diff line change 14
14
15
15
@if ( $use-margins ) {
16
16
17
+ & .alignleft ,
18
+ & .alignright {
19
+ margin-top : 0 ;
20
+ }
21
+
17
22
@include vertical-spacing (" margin" , " both" , (
18
23
sm: 2 ,
19
24
lg: 3 ,
32
37
margin-right : auto ;
33
38
text-align : center ;
34
39
}
40
+
41
+ & .alignfull {
42
+
43
+ img {
44
+ border-radius : 0 ;
45
+ }
46
+ }
35
47
}
36
48
37
49
.wp-block-gallery {
40
52
}
41
53
42
54
.wp-block-separator {
43
- display : block ;
44
- height : 1px ;
45
- border : 0 ;
46
- border-top : 2px solid gray (" 300" );
47
- max-width : 200px ;
55
+
56
+ & :before {
57
+ display : none ;
58
+ }
59
+
60
+ & ,
61
+ & .is-style-dots {
62
+ display : block ;
63
+ border : 0 ;
64
+ border-top : 2px solid gray (" 300" );
65
+ }
48
66
49
67
& .is-style-wide {
50
- max-width : 500 px ;
68
+ max-width : 400 px ;
51
69
}
52
70
53
71
& .is-style-dots {
54
72
border-top-style : dashed ;
73
+ max-width : 100px ;
55
74
}
56
75
}
57
76
You can’t perform that action at this time.
0 commit comments