From 7cac5b20c0e02a58241fc1afac7aedf6729c7ef4 Mon Sep 17 00:00:00 2001 From: Tara Wilson Date: Sun, 19 Jan 2025 16:57:47 -0500 Subject: [PATCH] Updating media selector --- source/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/styles.css b/source/styles.css index f831a16..c02a35d 100644 --- a/source/styles.css +++ b/source/styles.css @@ -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%; + } } \ No newline at end of file