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;