Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
met18001 committed Apr 20, 2020
1 parent eba5ad9 commit 12e9263
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion final_project/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ body {
}

img{
max-width: 100%

}
#img{
max-width: 100vw;
max-height: 100vh;
}

/* Google font */
Expand Down

0 comments on commit 12e9263

Please sign in to comment.