Skip to content

Commit

Permalink
update to media and moved all three to top
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzhang451 authored Apr 25, 2022
1 parent 461da64 commit 326febf
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
@import url('https://fonts.googleapis.com/css2?family=Anek+Odia&family=Beau+Rivage&family=Exo:ital,wght@1,500&family=Send+Flowers&display=swap');

@media all and (max-width: 600px) {
img {
width: 75%;
}
}
@media (orientation: landscape) and (min-width: 500px){
img {
width: 100%;
}
}

img {
image-rendering: high-quality;
max-width: 100%;
}



Expand Down Expand Up @@ -453,21 +467,7 @@ p.intro:first-letter {
margin-bottom: 60px;
}

@media all and (max-width: 600px) {
img {
width: 75%;
}
}
@media (orientation: landscape) {
img {
width: 100%;
}
}

img {
image-rendering: high-quality;
max-width: 100%;
}



0 comments on commit 326febf

Please sign in to comment.