Use padding to set navigation popover size

This commit is contained in:
Helen Chong 2024-07-20 15:42:02 +08:00
parent 14b0cb4244
commit 4a648165d9
1 changed files with 1 additions and 2 deletions

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 {