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