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