File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2222}
2323
2424.banner + .banner {
25- margin-block : 20px ;
25+ margin-block-start : 20px ;
2626}
2727
2828body : has (.floatingRefreshSection ) .banner {
2929 margin-block : 40px 0 ;
3030}
3131
32+ body : has (.floatingRefreshSection ) .banner + .banner {
33+ margin-block-start : 20px ;
34+ }
35+
3236.banner-wrapper {
3337 margin-block : 0 ;
3438 margin-inline : 10px ;
@@ -83,9 +87,17 @@ body:has(.floatingRefreshSection) .banner {
8387 margin-block-start : 34px ;
8488 }
8589
90+ .banner + .banner {
91+ margin-block-start : 34px ;
92+ }
93+
8694 body : has (.floatingRefreshSection ) .banner {
8795 margin-block-start : 68px ;
8896 }
97+
98+ body : has (.floatingRefreshSection ) .banner + .banner {
99+ margin-block-start : 34px ;
100+ }
89101
90102 .flexBox {
91103 margin-block : 60px -75px ;
You can’t perform that action at this time.
0 commit comments