From 529fbfcf1a9b06570386298c470fda7462099776 Mon Sep 17 00:00:00 2001 From: Cesar Faber Date: Fri, 9 Feb 2024 18:34:43 -0300 Subject: [PATCH] fixing download button --- src/styles/about.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 {