fix: small styling changes
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
overflow-y: auto;
|
|
||||||
scrollbar-color: transparent #0b3766;
|
scrollbar-color: transparent #0b3766;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
.nav {
|
.nav {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1450px;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navListRight,
|
.navListRight,
|
||||||
|
|||||||
Reference in New Issue
Block a user