From c2a64b1ea10d1bff8fabad008b5d9d1dde0294b9 Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 3 May 2024 09:37:13 -0500 Subject: [PATCH] template blog fix video styling --- blog/.template/index.html | 4 ++-- blog/.template/style.css | 9 +++++++-- style.css | 4 ++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/blog/.template/index.html b/blog/.template/index.html index 374814f..1eaae3c 100644 --- a/blog/.template/index.html +++ b/blog/.template/index.html @@ -22,7 +22,7 @@
@@ -35,7 +35,7 @@
- +

~/article

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 */