From 37f5748e2cf3a8802f7ab4a56be7b7321962bc42 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 16 May 2024 10:14:29 +0200 Subject: [PATCH] Edit meme creation --- assets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 3d7af6b..d14c948 100644 --- a/assets/style.css +++ b/assets/style.css @@ -294,7 +294,7 @@ span#ye-span:hover + body{ } -#articlecreate { +#articlecreate, #memecreate { border: 5px solid var(--pico-primary); z-index: 5; margin: auto; @@ -316,10 +316,10 @@ span#ye-span:hover + body{ align-items: center; justify-content: center; position: fixed; - top: 15vh; + top: 12vh; left: 0; width: 100vw; - height: 70vh; + height: 88vh; z-index: 4; backdrop-filter: blur(2px); }