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