Skip to content

Commit

Permalink
Moved the header section wallpaper for mobile view/browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 16, 2024
1 parent cc0f3ba commit 6a0f7e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ html, body {
right: 0;
text-shadow: 1px 1px 8px rgba(28, 29, 31, 0.65);
}

@media only screen and (max-width: 771px) {
.header-section {
background-position: 12%;
}
}

0 comments on commit 6a0f7e4

Please sign in to comment.