Skip to content

Commit

Permalink
added responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Nguyen committed Dec 14, 2023
1 parent d1440a8 commit 9d962ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,9 @@ p {
@media (max-width: 720px) {
body {
background-image: url("https://wallpaperaccess.com/full/433561.jpg");
background-size: auto 100%;
background-position: top center;
background-repeat: repeat;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
}
}

0 comments on commit 9d962ef

Please sign in to comment.