This commit is contained in:
Bruno Rybársky 2024-03-26 21:06:04 +01:00
parent 8032533cff
commit 298a925041

@ -84,19 +84,10 @@ header ul li {
ul { ul {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 2.5rem;
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
} }
header ul {
display: flex;
flex-direction: column;
gap: 0;
text-align: left;
width: fit-content;
}
header { header {
align-items: center; align-items: center;
text-align: center; text-align: center;
@ -344,14 +335,12 @@ textarea{
width: 175px; width: 175px;
} }
header.ye-span:hover + body{ footer.ye-span:hover + body{
background: url('/assets/images/ye.jpg') repeat !important; background: url('/assets/images/ye.jpg') repeat !important;
background-size: 10% !important; background-size: 10% !important;
} }
#articlecreate { #articlecreate {
position: fixed; position: fixed;
border: 5px solid var(--pico-primary); border: 5px solid var(--pico-primary);