fix(website): lock global header height to 90px and remove duplicate marketplace nav button
This commit is contained in:
@@ -376,5 +376,5 @@
|
||||
|
||||
/* Global Header spacing fix */
|
||||
.page {
|
||||
margin-top: 80px; /* Make space for the fixed global header */
|
||||
margin-top: 90px; /* Make space for the fixed global header */
|
||||
}
|
||||
|
||||
@@ -557,7 +557,7 @@ body {
|
||||
}
|
||||
/* Add padding to account for the fixed global header */
|
||||
main {
|
||||
margin-top: 80px;
|
||||
margin-top: 90px;
|
||||
padding: 2rem;
|
||||
max-width: 1200px;
|
||||
margin-left: auto;
|
||||
|
||||
Reference in New Issue
Block a user