🐲🏆 Checkpoint

./styles/main.css:69682263/529
./scripts/footer.js:69682263/14
./index.html:69682263/36
./signup/index.html:69682263/8051
./styles/iframe.css:69682263/180
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-12 03:53:34 +00:00
parent 728a8bcbfd
commit cedf51f1f2
5 changed files with 47 additions and 11 deletions

View File

@ -33,7 +33,7 @@
}
/* Navigation grid */
.footer {
#footer {
display: flex;
justify-content: space-between;
margin: 1rem auto 0;
@ -46,9 +46,18 @@
.divider {
padding: 0 1rem;
}
/******************************************************************************
END Glitch hello-app default styles
******************************************************************************/
/* WIP banner */
.wip {
background-color: var(--color-warn);
color: var(--color-text-main);
font-family: var(--font-family);
padding: 0.05rem 1rem;
width: 100%;
border: solid var(--color-text-header);
border-radius: 2rem;
margin-top: 1rem;
}
body {
font-family: HK Grotesk;