Skip to content

Commit

Permalink
Update demo.css
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali authored Apr 27, 2020
1 parent 70b41cd commit 1b46488
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions docs/assets/css/demo.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
}

0 comments on commit 1b46488

Please sign in to comment.