the banner is back

This commit is contained in:
rra 2021-10-19 23:58:04 +02:00
parent f5cfffd107
commit f3853c4bf9

View File

@ -93,7 +93,7 @@ body {
}
.entries{
padding-top: 5%;
padding-top: 10%;
}
@ -101,12 +101,21 @@ body {
#top-menu{
position: fixed;
left: 50%;
left: 5%;
transform: translate(-50%);
width: 90%;
width: 30%;
z-index: 1;
margin-top: 1em;
display: none;
transform: rotate(-3deg);
}
.menu-dropdown summary{
list-style: none;
cursor: pointer;
}
.dropdown-menu summary::-webkit-details-marker {
display: none;
}
.logo {