fixed final little detail about videos
This commit is contained in:
parent
0cab633f03
commit
fafd7139e4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user