Ensure gradient background apply to hero top bar

This commit is contained in:
Leilukin 2024-11-15 21:18:49 +08:00 committed by Helen Chong
parent 35af3b9fb6
commit 4d83d73d21

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;
} }