diff --git a/blog/.template/style.css b/blog/.template/style.css
index baee2cd..81fc3ca 100644
--- a/blog/.template/style.css
+++ b/blog/.template/style.css
@@ -141,6 +141,10 @@ font config, Lexend Deca
font-style: bold;
}
+* {
+ overflow: auto;
+}
+
/*
background wallpaper, font
*/
@@ -376,7 +380,8 @@ modify widths and spacing depending on the size of the display
margin-bottom: 0.7em;
padding: 10px 16px;
}
- .socials-contacts-list {
- grid-template-columns: repeat(1, 1fr);
+ video {
+ max-width: 20em;
+ max-height: 30em;
}
}
\ No newline at end of file
diff --git a/style.css b/style.css
index ec4136a..c3dd998 100644
--- a/style.css
+++ b/style.css
@@ -150,6 +150,10 @@ font config, Lexend Deca
font-style: bold;
}
+* {
+ overflow: auto;
+}
+
/*
background wallpaper, font
*/