diff --git a/src/styles/about.scss b/src/styles/about.scss index 5c34cdc..4c4327d 100644 --- a/src/styles/about.scss +++ b/src/styles/about.scss @@ -63,10 +63,12 @@ } .-download { - position: relative; - z-index: 20; - top: 520px; - background-color: #222222; + @media (min-width: 1440px) { + position: relative; + z-index: 20; + top: 520px; + background-color: #222222; + } } .headshot {