Browse Source

the banner is back

main
rra 3 years ago
parent
commit
f3853c4bf9
  1. 17
      static/css/main.css

17
static/css/main.css

@ -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 {

Loading…
Cancel
Save