From 4f71e9dff3b4c9dc0131a3b740562ca5b77e7ed7 Mon Sep 17 00:00:00 2001 From: john-emerson14 Date: Mon, 23 Mar 2020 00:51:10 -0300 Subject: [PATCH] fix: overlay bottom bug --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 1693828..032cce0 100644 --- a/style.css +++ b/style.css @@ -78,9 +78,9 @@ body { #profileQuote { position: relative; + padding-bottom: 20px; color: var(--accentColor); font-size: 1rem; - margin-bottom: 20px; display: block; font-family: var(--font); width: 100%; @@ -206,7 +206,7 @@ body { .popup:target .popup-inner { bottom: 0; - right: 0; + /* right: 0; */ /* transform: rotate(0); */ }