Skip to content

Commit

Permalink
Make page wider (haddocking#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoRodrigues committed Mar 18, 2020
1 parent a1df671 commit 01e1eb0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/assets/css/style.scss
Expand Up @@ -13,4 +13,13 @@ ul {
list-style-type: none;
padding: 0;
margin: 0;
}

/* Make content wider */
.wrapper {
width: 1200px;
}

section {
width: 860px;
}

0 comments on commit 01e1eb0

Please sign in to comment.