🏑💿 Updated with Glitch

This commit is contained in:
Glitch (rescue-trans-rescue)
2024-08-19 23:24:21 +00:00
parent 495ff81353
commit ce0c217116
15 changed files with 1906 additions and 130 deletions

13
styles/iframe.css Normal file
View 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;
}