Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PleatherStarfish committed Dec 8, 2024
1 parent 65409cb commit 039e616
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/static/css/styles.css

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion backend/static/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,21 @@
object-fit: cover;
position: absolute;
top: -200px;
width: 200%;
width: 180%;
}

@media (min-width: 1040px) {
#parallax-image {
position: absolute;
top: -100px; /* Larger offset for large screens */
left: 0;
width: 150%; /* Standard width on larger screens */
height: auto; /* Maintain aspect ratio */
object-fit: cover;
}
}

@media (min-width: 1300px) {
#parallax-image {
position: absolute;
top: -200px; /* Larger offset for large screens */
Expand Down
2 changes: 1 addition & 1 deletion backend/static/js/main.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/src/styles/styles.css

Large diffs are not rendered by default.

0 comments on commit 039e616

Please sign in to comment.