Skip to content

Commit

Permalink
make navbar padding consistent between pages:
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-kashtelyan committed May 1, 2019
1 parent 6fc2f02 commit 0dfe157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ a.docs-next:hover, a.docs-prev:hover {
background-color: inherit;
}

.wrapper{
max-width: 1400px;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}

Expand Down

0 comments on commit 0dfe157

Please sign in to comment.