Update demo.css
This commit is contained in:
parent
70b41cd39e
commit
1b46488fda
@ -1,3 +1,20 @@
|
|||||||
|
.get-started-wrap {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.get-started-btn {
|
||||||
|
padding: 15px 30px;
|
||||||
|
font-size: 26px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* fix in-page anchors to not be behind fixed header */
|
||||||
|
:target:before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
height: 50px; /* navbar height */
|
||||||
|
margin: -50px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Carbon ads */
|
/* Carbon ads */
|
||||||
#carbonads {
|
#carbonads {
|
||||||
display: block;
|
display: block;
|
||||||
@ -56,12 +73,3 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.get-started-wrap {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.get-started-btn {
|
|
||||||
padding: 15px 30px;
|
|
||||||
font-size: 26px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user