Skip to content

Commit

Permalink
mobile about alshedivat#3
Browse files Browse the repository at this point in the history
  • Loading branch information
jerilynzheng committed Jul 29, 2021
1 parent ab55c14 commit 090bd57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_base.scss
Expand Up @@ -11,7 +11,7 @@ p, h1, h2, h3, h4, h5, h6, em, div, span, strong {

p {
margin-right: 10%;
margin-left: 50%
margin-left: 60%
}

h2 {
Expand Down Expand Up @@ -93,7 +93,7 @@ blockquote {
}
}

@media (min-width: 500px) {
@media (max-width: 2000px) {
.profile {
max-width: 40%;
.address {
Expand All @@ -108,7 +108,7 @@ blockquote {
}
p {
margin-right: 10%;
margin-left: 10%
margin-left: 10%;
}
}

Expand Down

0 comments on commit 090bd57

Please sign in to comment.