Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Nguyen committed Dec 14, 2023
2 parents 72cafc4 + 9d962ef commit c3b46e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -535,3 +535,13 @@ p {
#main2 a:hover {
text-decoration: underline;
}

@media (max-width: 720px) {
body {
background-image: url("https://wallpaperaccess.com/full/433561.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
}
}

0 comments on commit c3b46e2

Please sign in to comment.