Skip to content

Commit

Permalink
minor adjustment of top space for mobile attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjdkim committed Apr 25, 2019
1 parent 4c6e38a commit ecc3bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Expand Up @@ -77,7 +77,7 @@ a {

@media screen and (max-width: 700px) {
#intro {
margin: 6vh 8vw 0vh 8vw;
margin: 0vh 8vw 0vh 8vw;
max-width: 80vw;
font-size: 6.5vw;
}
Expand All @@ -87,7 +87,7 @@ a {
}

#photo {
top: 55vh;
top: 50vh;
width: 20vh;
height: auto;
left: 45vw;
Expand Down

0 comments on commit ecc3bdb

Please sign in to comment.