Skip to content

Commit

Permalink
Fix the spacing on the footer of prev/next buttons (facebook#1506)
Browse files Browse the repository at this point in the history
Fix the spacing on the footer of prev/next buttons
  • Loading branch information
cpojer authored Dec 27, 2019
2 parents 2769a0c + bcdf8c5 commit f598591
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/static/css/docs-prevnext.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

@media only screen and (min-width: 1024px) {
.docs-prevnext {
margin: 0 -9999px 0 -3rem;
padding: 2rem 9999px 2rem 3rem;
/* margin: 0 -9999px 0 -3rem;
padding: 2rem 9999px 2rem 3rem; */
padding: 2rem 3rem;
margin: 0px -24px 0px -48px;
}
}

Expand Down Expand Up @@ -46,10 +48,12 @@

.button.docs-prev {
margin-right: auto;
margin-left: -0.1rem;
}

.button.docs-next {
margin-left: auto;
margin-right: -1.6rem;
}

.docs-next span:first-child {
Expand Down

0 comments on commit f598591

Please sign in to comment.