🐢 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:
Glitch (glitch-hello-website)
2024-12-12 04:38:42 +00:00
parent af1be2e496
commit 7f4e186f16
4 changed files with 40 additions and 7 deletions

View File

@ -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;