Fixed .cinema image height
This commit is contained in:
parent
358a23e29a
commit
2bf063382d
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue