11 lines
113 B
CSS
Raw Permalink Normal View History

.wrapper {
width: 100%;
max-width: 600px;
color: aqua;
}
.iframe {
width: 100%;
height: 100svh;
}