Update demo.css

This commit is contained in:
Dean Attali 2020-04-27 12:01:20 -04:00 committed by GitHub
parent 70b41cd39e
commit 1b46488fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */
#carbonads {
display: block;
@ -56,12 +73,3 @@
right: 0;
bottom: 0;
}
.get-started-wrap {
text-align: center;
}
.get-started-btn {
padding: 15px 30px;
font-size: 26px;
margin-top: 10px;
}