Files
fedizinefest/styles/iframe.css
Glitch (glitch-hello-website) b16f128aa1 🌓🎩 Checkpoint
./2024/index.html:69682263/4004
./signup/index.html:69682263/10086
./for-artists/index.html:69682263/17
./styles/main.css:69682263/56
./styles/iframe.css:69682263/2
./.glitch-assets:69682263/43
2024-12-12 05:32:19 +00:00

13 lines
180 B
CSS

/* Iframes on signup page */
.iframe-flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.iframe {
margin-top: 2rem;
flex: 0 0 100%;
max-width: 750px;
}