⛵️🐢 Checkpoint
./signup/index.html:69682263/3684 ./for-artists/index.html:69682263/2237 ./styles/main.css:69682263/664 ./index.html:69682263/5431
This commit is contained in:
@ -32,7 +32,22 @@
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
/* Navigation grid */
|
||||
/* Navigation */
|
||||
#top-nav {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
background: var(--color-bg);
|
||||
border-bottom: 4px solid var(--color-text-header);
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
margin: 1rem 0.5rem;
|
||||
}
|
||||
|
||||
#footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user