Use padding to set navigation popover size

This commit is contained in:
Leilukin 2024-07-20 15:42:02 +08:00 committed by Helen Chong
parent fbd65e89e3
commit 9b3d4a9e59

View File

@ -75,8 +75,7 @@
.navbar__popover {
background-color: var(--clr-navbar-bg);
border: 0.15em solid var(--clr-navbar-link);
padding: 1.5em;
width: 80%;
padding: 2em 3em;
}
.navbar__popover::backdrop {