./styles/main.css:69682263/529 ./scripts/footer.js:69682263/14 ./index.html:69682263/36 ./signup/index.html:69682263/8051 ./styles/iframe.css:69682263/180
13 lines
180 B
CSS
13 lines
180 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;
|
|
} |