Files
rescue-trans-rescue/styles/iframe.css
Glitch (rescue-trans-rescue) ce0c217116 🏑💿 Updated with Glitch
2024-08-19 23:24:21 +00:00

14 lines
181 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;
}