Skip to content

Commit d07899b

Browse files
committed
fix: carbon
1 parent 56ec222 commit d07899b

File tree

1 file changed

+5
-4
lines changed
  • examples/landing/components/editor/Viewport/Sidebar

1 file changed

+5
-4
lines changed

examples/landing/components/editor/Viewport/Sidebar/index.tsx

+5-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ const CarbonAdsContainer = styled.div`
6161
}
6262
6363
#carbonads .carbon-img {
64-
display: block;
64+
display: flex;
65+
align-items: center;
6566
margin: 0;
6667
line-height: 1;
6768
max-width: 30%;
@@ -73,7 +74,7 @@ const CarbonAdsContainer = styled.div`
7374
}
7475
7576
#carbonads .carbon-text {
76-
font-size: 8px;
77+
font-size: 12px;
7778
padding: 10px;
7879
margin-bottom: 16px;
7980
line-height: 1.5;
@@ -90,7 +91,7 @@ const CarbonAdsContainer = styled.div`
9091
text-transform: uppercase;
9192
letter-spacing: 0.5px;
9293
font-weight: 600;
93-
font-size: 6px;
94+
font-size: 9px;
9495
line-height: 1;
9596
position: absolute;
9697
bottom: 0;
@@ -115,7 +116,7 @@ const Carbonads = () => {
115116

116117
script.setAttribute(
117118
'src',
118-
'//cdn.carbonads.com/carbon.js?serve=CWYDVK7J&placement=rekajsorg'
119+
'//cdn.carbonads.com/carbon.js?serve=CEAI453N&placement=craftjsorg'
119120
);
120121
script.setAttribute('id', '_carbonads_js');
121122

0 commit comments

Comments
 (0)