mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 18:52:15 +03:00
11 lines
113 B
CSS
11 lines
113 B
CSS
.wrapper {
|
|
width: 100%;
|
|
max-width: 600px;
|
|
color: aqua;
|
|
}
|
|
|
|
.iframe {
|
|
width: 100%;
|
|
height: 100svh;
|
|
}
|