Fixed .cinema image height

This commit is contained in:
Crom (Thibaut CHARLES) 2020-09-09 15:29:18 +02:00
parent 358a23e29a
commit 2bf063382d
Signed by: tcharles
GPG Key ID: 45A3D5F880B9E6D0
2 changed files with 2 additions and 0 deletions

View File

@ -388,6 +388,7 @@ nav#top:hover, nav#top:active {
#section-main article .cinema img, #section-main article .cinema video, #section-main article .cinema iframe {
border-width: 1px;
border-radius: 0;
height: 150px;
margin: 5px -5px;
border-left: 5px solid #000;
border-right: 5px solid #000;

View File

@ -256,6 +256,7 @@ $ArticleFinalMargins: #{$ArticleBorderWidth + $ArticleBorderRadius};
img, video, iframe{
border-width: 1px;
border-radius: 0;
height: 150px;
margin: 5px -5px;
border-left: 5px solid #000;