fixed final little detail about videos

This commit is contained in:
Karma Riuk 2025-02-20 14:53:46 +01:00
parent 0cab633f03
commit fafd7139e4

View File

@ -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;