Files
fedizinefest/styles/iframe.css

13 lines
180 B
CSS
Raw Normal View History

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