Skip to content

Commit

Permalink
responsive-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Sharma-7 committed Aug 24, 2021
1 parent 73c1721 commit ed938c4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
18 changes: 18 additions & 0 deletions public/style/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/style/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions public/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,28 @@ span{
font-size: 6vw;
}
}
}

@media only all and (max-width: 600px) {
body{
background-attachment: scroll ;
}
.navbar{
nav{
width: 65vw;
a{
font-size: 12px;
}
}
.logo{
img{
height: 8vw;
}
}
}
.characters{
.right{
margin-top: 8vh;
}
}
}

0 comments on commit ed938c4

Please sign in to comment.