Iframe to display the game added
[salamandradevs.site/.git] / themes / droda / assets / css / main.css
index 7123971c14fe431b433dea9c5499accfd5f01f8d..f11ec18c68c60498145a8475f2e081480f91ec9b 100644 (file)
@@ -287,6 +287,14 @@ main span .highlight code {
    overflow-x: auto;
 }
 
+main iframe {
+   display: block;
+   margin: 0 auto;
+   width: 100%;
+   height: 100%;
+   max-width: 100vh;
+}
+
 footer {
    grid-area: footer;
    display: flex;