File tree 1 file changed +5
-4
lines changed
examples/landing/components/editor/Viewport/Sidebar
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ const CarbonAdsContainer = styled.div`
61
61
}
62
62
63
63
#carbonads .carbon-img {
64
- display: block;
64
+ display: flex;
65
+ align-items: center;
65
66
margin: 0;
66
67
line-height: 1;
67
68
max-width: 30%;
@@ -73,7 +74,7 @@ const CarbonAdsContainer = styled.div`
73
74
}
74
75
75
76
#carbonads .carbon-text {
76
- font-size: 8px ;
77
+ font-size: 12px ;
77
78
padding: 10px;
78
79
margin-bottom: 16px;
79
80
line-height: 1.5;
@@ -90,7 +91,7 @@ const CarbonAdsContainer = styled.div`
90
91
text-transform: uppercase;
91
92
letter-spacing: 0.5px;
92
93
font-weight: 600;
93
- font-size: 6px ;
94
+ font-size: 9px ;
94
95
line-height: 1;
95
96
position: absolute;
96
97
bottom: 0;
@@ -115,7 +116,7 @@ const Carbonads = () => {
115
116
116
117
script . setAttribute (
117
118
'src' ,
118
- '//cdn.carbonads.com/carbon.js?serve=CWYDVK7J &placement=rekajsorg '
119
+ '//cdn.carbonads.com/carbon.js?serve=CEAI453N &placement=craftjsorg '
119
120
) ;
120
121
script . setAttribute ( 'id' , '_carbonads_js' ) ;
121
122
You can’t perform that action at this time.
0 commit comments