Commit ddd1ac89 authored by Nejc Koporec's avatar Nejc Koporec Committed by Tiago Siqueira
Browse files

Issue #3257739: Set video element width

parent 756d01b7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
video {
  width: 100%;
}

.media-wrapper {
  position: relative;
  margin-top: 15px;
+4 −0
Original line number Diff line number Diff line
@import "settings";

video {
  width: 100%;
}

.media-wrapper {
  position: relative;