Skip to content

Commit 8353943

Browse files
committed
Addressing comments on css and tidying
1 parent 78cf937 commit 8353943

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/components/cms/two_column_video_section_component/two_column_video_section_component.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
}
2222

2323
&__left-content {
24-
width: 50%;
25-
flex: 0 0 calc(50% - 15px);
24+
flex: 0 1 50%;
2625

2726
@include govuk-media-query($until: tablet) {
2827
width: 100%;
@@ -31,11 +30,10 @@
3130

3231
&__right {
3332
&-content {
34-
width: 50%;
35-
flex: 0 0 calc(50% - 15px);
33+
flex: 0 1 50%
3634

3735
video {
38-
max-width: 100%;
36+
width: 100%;
3937
height: auto;
4038
display: block;
4139
}

0 commit comments

Comments
 (0)