From 918af91dc5d9b828b92f5c6b5179f65925682ba0 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 29 Aug 2024 18:03:27 -0500 Subject: [PATCH] update css --- static/blog/style.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/static/blog/style.css b/static/blog/style.css index ededb52..df58ac3 100644 --- a/static/blog/style.css +++ b/static/blog/style.css @@ -96,12 +96,6 @@ p, li { line-height: 2rem; } -img { - width: 100%; - max-width: 135px; - transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1); -} - hr { color: white; opacity: 0.25; @@ -152,9 +146,18 @@ main:nth-of-type(1), .mainDiv { font-size: 1rem; } -video { +video { width: 95%; max-height: 90vh; +} + +img.center { + display: block; + margin: auto; + max-width: 85%; + max-height: 90vh; +} + +.border { border: 2px limegreen solid; - z-index: 5; } \ No newline at end of file