Skip to content

Commit

Permalink
fixed a few responsive issues
Browse files Browse the repository at this point in the history
  • Loading branch information
faahim committed May 21, 2018
1 parent c61770c commit 68b0182
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ html {

body {
margin: 0;
background-color: #fcfcfc;
}

.container {
width: 80%;
margin: 0 auto;
height: 100vh;
width: 100vh;
/* background-color: #f1f1f1; */
margin: 0 auto;
text-align: center;
visibility: hidden;
position: relative;
Expand Down Expand Up @@ -244,6 +241,9 @@ body {
}

@media screen and (max-height: 600px) {
.container {
width: 95%;
}
.six .hat {
left: 34%;
}
Expand Down

0 comments on commit 68b0182

Please sign in to comment.