Updating media selector

This commit is contained in:
Tara Wilson 2025-01-19 16:57:47 -05:00
parent 46bc6b765e
commit 7cac5b20c0

View File

@ -97,8 +97,12 @@ body, html {
margin: 0;
}
@media only screen and (max-device-width: 1366px) {
@media only screen and (max-device-width: 500px) {
.parallax {
background-attachment: scroll;
}
.caption {
top: 5%;
}
}