Skip to content

Commit

Permalink
Change floated sections from vw % to normal %
Browse files Browse the repository at this point in the history
- Change #surround-game-board and #stats-n-stuff to use percentage
widths instead of vw widths
  • Loading branch information
terichadbourne committed Jun 20, 2018
1 parent 936c2e0 commit 96157d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ nav {
}

#surround-game-board {
width: 60vw;
width: 62%;
height: calc(100vh - 80px);
margin-right: 0;
}
Expand All @@ -203,7 +203,7 @@ nav {

#stats-n-stuff {
background-color: $teal;
height: 100vh;
width: 40vw;
height: calc(100vh - 80px);
width: 38%;
}
}

0 comments on commit 96157d1

Please sign in to comment.