From 298a92504103078cc888627b31f37c60d45cb08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 26 Mar 2024 21:06:04 +0100 Subject: [PATCH] Fix css --- assets/style.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/assets/style.css b/assets/style.css index efabb8e..43d68f1 100644 --- a/assets/style.css +++ b/assets/style.css @@ -84,19 +84,10 @@ header ul li { ul { display: flex; flex-direction: column; - gap: 2.5rem; list-style: none; padding-left: 0; } -header ul { - display: flex; - flex-direction: column; - gap: 0; - text-align: left; - width: fit-content; -} - header { align-items: center; text-align: center; @@ -344,14 +335,12 @@ textarea{ width: 175px; } -header.ye-span:hover + body{ +footer.ye-span:hover + body{ background: url('/assets/images/ye.jpg') repeat !important; background-size: 10% !important; } - - #articlecreate { position: fixed; border: 5px solid var(--pico-primary);