File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,8 @@ export default {
44
44
form {
45
45
margin-block-end : 0 ;
46
46
}
47
+
48
+ .custom-blocks {
49
+ overflow-x : auto ;
50
+ }
47
51
</style >
Original file line number Diff line number Diff line change @@ -36,15 +36,14 @@ export default {
36
36
<style >
37
37
.carbon-ads {
38
38
min-height : 102px ;
39
- padding : 1.5rem 1.5rem 0 ;
40
39
font-size : 0.75rem ;
41
40
42
- width : 125 px ;
41
+ width : 130 px ;
43
42
position : fixed ;
44
43
z-index : 19 ;
45
44
bottom : 0 ;
46
45
right : 22px ;
47
- padding : 10px ;
46
+ margin : 10px ;
48
47
}
49
48
50
49
@media screen and (max-width : 425px ) {
@@ -59,9 +58,9 @@ export default {
59
58
z-index : 1 ;
60
59
position : relative ;
61
60
top : 12px ;
62
- right : 20 px ;
61
+ right : 0 ;
63
62
float : right ;
64
- padding : 0 0 20px 30px ;
63
+ margin : 0 0 20px 30px ;
65
64
}
66
65
}
67
66
You can’t perform that action at this time.
0 commit comments