File tree Expand file tree Collapse file tree 2 files changed +9
-31
lines changed Expand file tree Collapse file tree 2 files changed +9
-31
lines changed Original file line number Diff line number Diff line change @@ -28,29 +28,28 @@ export default {
28
28
<style >
29
29
.carbon-ads {
30
30
min-height : 102px ;
31
- padding : 1.5rem 1.5rem 0 ;
32
- margin-bottom : -0.5rem ;
33
31
font-size : 0.75rem ;
34
32
35
33
width : 125px ;
36
34
position : fixed ;
37
35
z-index : 1 ;
38
- bottom : 22 px ;
36
+ bottom : 14 px ;
39
37
right : 14px ;
40
38
padding : 10px ;
41
39
border-radius : 4px ;
42
40
background-color : rgba (255 , 255 , 255 , 0.8 );
43
- /* background-color: #fff; */
44
- /* font-size: 13px; */
45
41
}
46
42
47
- @media screen and (max-width : 1300 px ) {
43
+ @media screen and (max-width : 1376 px ) {
48
44
.carbon-ads {
49
45
position : relative ;
50
- top : 87px ;
51
- right : 12px ;
46
+ bottom : auto ;
47
+ right : auto ;
48
+
52
49
float : right ;
53
- padding : 0 0 20px 30px ;
50
+ margin : 71px 12px 0 15px ;
51
+ padding : 0 0 10px 10px ;
52
+ z-index : 5 ;
54
53
}
55
54
}
56
55
@@ -60,14 +59,9 @@ export default {
60
59
display : inline ;
61
60
}
62
61
63
- .carbon-ads .carbon-img {
64
- float : left ;
65
- margin-right : 1rem ;
66
- border : 1px solid var (--border-color );
67
- }
68
-
69
62
.carbon-ads .carbon-img img {
70
63
display : block ;
64
+ width : 125px ;
71
65
}
72
66
73
67
.carbon-ads .carbon-poweredby {
Original file line number Diff line number Diff line change @@ -155,19 +155,3 @@ export default {
155
155
}
156
156
}
157
157
</script >
158
-
159
- <style >
160
- /* add a placeholder to give space to ads so they don't overlap with content */
161
- @media screen and (max-width : 1376px ) {
162
- .content__default ::before {
163
- content : ' ' ;
164
- position : relative ;
165
- display : block ;
166
- float : right ;
167
- height : 221px ;
168
- padding : 0 0 20px 30px ;
169
- margin-top : 20px ;
170
- margin-right : -24px ;
171
- }
172
- }
173
- </style >
You can’t perform that action at this time.
0 commit comments