Skip to content

Commit

Permalink
Merge pull request #18 from terichadbourne/ui
Browse files Browse the repository at this point in the history
Change floated sections from vw % to normal %
  • Loading branch information
terichadbourne authored Jun 20, 2018
2 parents 0d771c5 + 96157d1 commit 5b0313a
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 5b0313a

Please sign in to comment.