Skip to content

Commit

Permalink
Fixed layout on slightly smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed May 8, 2017
1 parent a7f4bc1 commit e1188c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Main/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
flex: 1 0 auto;
border-left: 10px solid rgb(59, 208, 214);
min-height: 100%;
padding-right: 350px;
}
1 change: 1 addition & 0 deletions src/components/Router/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
padding: 2em;
border-left: 10px solid rgb(52, 183, 188);
background-color: rgb(249, 249, 249);
overflow: auto;
}

.Link {
Expand Down

0 comments on commit e1188c2

Please sign in to comment.