Files
fedizinefest-deprecated/styles/iframe.css
T

13 lines
180 B
CSS
Raw Normal View History

2024-12-12 03:53:34 +00:00
/* Iframes on signup page */
.iframe-flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.iframe {
2024-12-12 05:32:19 +00:00
margin-top: 2rem;
2024-12-12 03:53:34 +00:00
flex: 0 0 100%;
max-width: 750px;
}