From 31d3cce03c2307e80e042fd724298c48e1254f34 Mon Sep 17 00:00:00 2001 From: Sergey Rodin Date: Wed, 19 Jun 2024 09:44:45 +0700 Subject: [PATCH] feat: style Download PDF button --- src/pages/basics/white-paper.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pages/basics/white-paper.css b/src/pages/basics/white-paper.css index bc33cfe..ae15a08 100644 --- a/src/pages/basics/white-paper.css +++ b/src/pages/basics/white-paper.css @@ -1,16 +1,13 @@ .pdf-container { position: relative; height: 100vh; - display: flex; - justify-content: center; - align-items: center; } .download-button { position: absolute; - top: 10px; - right: 10px; - padding: 10px 20px; + top: 5px; + right: 5px; + padding: 5px 10px; background-color: #2762D8; color: white; border: none;