Skip to content

Commit

Permalink
make it responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
samboylett committed Dec 20, 2017
1 parent ad5a8ea commit dd81c45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ body {
text-align: center;
color: #2c3e50;
min-height: 100vh;
font-size: 2.4vw;
header {
padding: 30px;
margin-bottom: 60px;
padding: 3vw;
margin-bottom: 6vw;
background: #333;
color: #ddd;
font-size: 5vw;
Expand Down

0 comments on commit dd81c45

Please sign in to comment.