From dd9fa2e0147baa6bd593e1684be242c9b9326648 Mon Sep 17 00:00:00 2001 From: Jaeyong Kang Date: Wed, 8 Nov 2023 16:03:11 +0800 Subject: [PATCH] Update style.css --- docs/style.css | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/docs/style.css b/docs/style.css index fb599ca0..c4e38194 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,14 +1,8 @@ -.vcont { - position: relative; - width: 100%; - height: 0; - padding-bottom: 56.25%; -} - -.video { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; +@media (max-width:768px) { + h1 { + font-size: 26px; + } + .author { + font-size: 18px; + } }