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