Fixes Header Bar Behavior

This commit is contained in:
2023-10-26 21:59:06 -03:00
parent 5c9c5db016
commit 34ae8b1818
5 changed files with 91 additions and 86 deletions

View File

@@ -1,8 +1,3 @@
.wrapper {
width: 100vw;
overflow: hidden;
}
.header {
top: 0;
left: 0;
@@ -11,6 +6,7 @@
width: 100vw;
background-color: #2e2e2e;
z-index: 50;
height: 10vh;
min-height: 80px;
@@ -114,6 +110,10 @@ app-header-slider {
max-width: 1333px;
}
.slider-container {
display: none;
}
.nav-links {
all: unset;
width: 50%;