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);