Files
rescue-trans-rescue/styles/iframe.css

14 lines
181 B
CSS
Raw Normal View History

2024-08-19 23:24:21 +00:00
/* 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;
}