Skip to content

Commit a588ce2

Browse files
committed
format css
1 parent bbd734a commit a588ce2

1 file changed

Lines changed: 58 additions & 59 deletions

File tree

Lines changed: 58 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,59 @@
11
#bannerads * {
2-
margin: initial;
3-
padding: initial;
4-
}
5-
#bannerads {
6-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
7-
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial,
8-
sans-serif;
9-
}
10-
#bannerads {
11-
display: flex;
12-
max-width: 330px;
13-
z-index: 100;
14-
margin: 0 auto
15-
}
16-
#bannerads a {
17-
color: inherit;
18-
text-decoration: none;
19-
}
20-
#bannerads a:hover {
21-
color: inherit;
22-
}
23-
#bannerads span {
24-
position: relative;
25-
display: block;
26-
overflow: hidden;
27-
}
28-
#bannerads .carbon-wrap {
29-
display: flex;
30-
}
31-
#bannerads .carbon-img {
32-
display: block;
33-
margin: 0;
34-
line-height: 1;
35-
}
36-
#bannerads .carbon-img img {
37-
display: block;
38-
}
39-
#bannerads .carbon-text {
40-
font-size: 13px;
41-
padding: 10px;
42-
margin-bottom: 16px;
43-
line-height: 1.5;
44-
text-align: left;
45-
}
46-
#bannerads .carbon-poweredby {
47-
display: block;
48-
padding: 6px 8px;
49-
background: inherit;
50-
text-align: center;
51-
text-transform: uppercase;
52-
letter-spacing: 0.5px;
53-
font-weight: 600;
54-
font-size: 8px;
55-
line-height: 1;
56-
border-top-left-radius: 3px;
57-
position: absolute;
58-
bottom: 0;
59-
right: 0;
60-
}
2+
margin: initial;
3+
padding: initial;
4+
}
5+
#bannerads {
6+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,
7+
'Helvetica Neue', Helvetica, Arial, sans-serif;
8+
}
9+
#bannerads {
10+
display: flex;
11+
max-width: 330px;
12+
z-index: 100;
13+
margin: 0 auto;
14+
}
15+
#bannerads a {
16+
color: inherit;
17+
text-decoration: none;
18+
}
19+
#bannerads a:hover {
20+
color: inherit;
21+
}
22+
#bannerads span {
23+
position: relative;
24+
display: block;
25+
overflow: hidden;
26+
}
27+
#bannerads .carbon-wrap {
28+
display: flex;
29+
}
30+
#bannerads .carbon-img {
31+
display: block;
32+
margin: 0;
33+
line-height: 1;
34+
}
35+
#bannerads .carbon-img img {
36+
display: block;
37+
}
38+
#bannerads .carbon-text {
39+
font-size: 13px;
40+
padding: 10px;
41+
margin-bottom: 16px;
42+
line-height: 1.5;
43+
text-align: left;
44+
}
45+
#bannerads .carbon-poweredby {
46+
display: block;
47+
padding: 6px 8px;
48+
background: inherit;
49+
text-align: center;
50+
text-transform: uppercase;
51+
letter-spacing: 0.5px;
52+
font-weight: 600;
53+
font-size: 8px;
54+
line-height: 1;
55+
border-top-left-radius: 3px;
56+
position: absolute;
57+
bottom: 0;
58+
right: 0;
59+
}

0 commit comments

Comments
 (0)