🐲🏆 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:
13
styles/iframe.css
Normal file
13
styles/iframe.css
Normal file
@ -0,0 +1,13 @@
|
||||
/* Iframes on signup page */
|
||||
|
||||
.iframe-flex {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.iframe {
|
||||
margin-top: 4rem;
|
||||
flex: 0 0 100%;
|
||||
max-width: 750px;
|
||||
}
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user