From 015060a6b423af36f88736590eee0b7ce3e8ace0 Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 16 Sep 2024 11:24:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20BUG=20FIX=20-=20Dowload=20button?= =?UTF-8?q?=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/styles.css b/src/styles/styles.css index 256b21c..92c06c6 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -196,11 +196,9 @@ button { #downloadCOVERButton { position: absolute; - bottom: 0; width: 100vw; grid-column: 1 / 3; background-color: white; - border-top: 1px solid black; } .download-button { @@ -303,4 +301,5 @@ button { .download-section { border-top: 0; } + } \ No newline at end of file