Ensure gradient background apply to hero top bar

This commit is contained in:
Helen Chong 2024-11-15 21:18:49 +08:00
parent 21cfe8fd4d
commit eb9bb51809
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
} }
.hero__top-bar { .hero__top-bar {
background-color: var(--clr-navbar-bg); background: var(--clr-navbar-bg);
width: 100%; width: 100%;
padding: 0.5em 0.7em; padding: 0.5em 0.7em;
} }