Browse Source

fix video width

main
Nicolas Massé 1 year ago
parent
commit
7d4207e94d
  1. 3
      assets/css/itix.css

3
assets/css/itix.css

@ -416,8 +416,9 @@ article {
line-height: 1.5em; line-height: 1.5em;
} }
article img { article img, article video {
max-width: 100%; max-width: 100%;
height: auto;
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
} }

Loading…
Cancel
Save