Skip to content

Commit c67a589

Browse files
committed
Apply styles only in homepage
1 parent 23b8c68 commit c67a589

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/css/extra.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
div.col-md-9 h1:first-of-type {
1+
body.homepage div.col-md-9 h1:first-of-type {
22
text-align: center;
33
font-size: 60px;
44
font-weight: 300;
55
margin-top: 0;
66
}
77

8-
div.col-md-9 p:first-of-type {
8+
body.homepage div.col-md-9 p:first-of-type {
99
text-align: center;
1010
}
1111

12-
.badges {
12+
body.homepage .badges {
1313
text-align: right;
1414
}
1515

16-
.badges a {
16+
body.homepage .badges a {
1717
display: inline-block;
1818
}
1919

20-
.badges a img {
20+
body.homepage .badges a img {
2121
padding: 0;
2222
margin: 0;
2323
}

0 commit comments

Comments
 (0)