From 0bb1e8849695e4d1af95ebe5e7f725d13fbe4335 Mon Sep 17 00:00:00 2001 From: Jorge Date: Sun, 15 Sep 2024 19:28:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20STYLE=20-=20Download=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/styles.css b/src/styles/styles.css index 756ef37..256b21c 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -188,10 +188,20 @@ button { cursor: pointer; height: 50px; } + #downloadPDFButton { border-right: 1px solid black; width: calc(50vw + 1px); } + +#downloadCOVERButton { + position: absolute; + bottom: 0; + width: 100vw; + grid-column: 1 / 3; + background-color: white; + border-top: 1px solid black; +} .download-button { height: max-content;