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