From fafd7139e4676052a8afc10662e5de6793d618d9 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 20 Feb 2025 14:53:46 +0100 Subject: [PATCH] fixed final little detail about videos --- assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index dd8d72b..6aacdcb 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1015,6 +1015,11 @@ section { max-width: 100%; } +.portfolio video { + display: block; /* html video tags have a phantom bottom margin, this is the only way to remove it */ + margin: auto; /* to center the video inside the container */ +} + .portfolio #portfolio-flters li { cursor: pointer; display: inline-block;