Files
fedizinefest/styles/iframe.css
Glitch (glitch-hello-website) cedf51f1f2 🐲🏆 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
2024-12-12 03:53:34 +00:00

13 lines
180 B
CSS

/* 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;
}