Skip to content

Commit f4e74ca

Browse files
committed
Fix ad display
1 parent 2c13a10 commit f4e74ca

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

styles/ads.css

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
#carbonads {
22
float: right;
3-
max-width: 130px;
3+
margin: 20px 0 20px 20px;
4+
border: 2px solid #f4f4f4;
5+
padding: 15px;
46
}
57

68
.carbon-text {
79
display: block;
810
width: 130px;
11+
font-size: 75%;
12+
}
13+
14+
.carbon-poweredby {
15+
float: right;
16+
font-size: 60%;
17+
}
18+
19+
pre {
20+
clear: both;
921
}

0 commit comments

Comments
 (0)