Skip to content

Commit

Permalink
docs: fix layout overflow on website on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed May 25, 2020
1 parent 694a42d commit 3ffe230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_includes/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ nav {
max-width: $width;
padding-left: 10px;
padding-right: 10px;
word-break: break-word;

img {
max-width: 100%;
Expand All @@ -148,6 +149,7 @@ nav {
background-color: rgba(27, 31, 35, .05);
border-radius: 3px;
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
white-space: normal;
}

h2 {
Expand Down Expand Up @@ -199,7 +201,7 @@ nav {
}

td:last-child, th:last-child {
border-left: none;
border-right: none;
}
}

Expand Down

0 comments on commit 3ffe230

Please sign in to comment.