./2024/index.html:69682263/4004 ./signup/index.html:69682263/10086 ./for-artists/index.html:69682263/17 ./styles/main.css:69682263/56 ./styles/iframe.css:69682263/2 ./.glitch-assets:69682263/43
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: 2rem;
|
|
flex: 0 0 100%;
|
|
max-width: 750px;
|
|
} |