Skip to content

Commit 3e6b33e

Browse files
Always display videos in prose scope at full width
1 parent 57636aa commit 3e6b33e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/styles/application.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ eleventyExcludeFromCollections: true
1010
src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
1111
src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
1212
}
13+
1314
@font-face {
1415
font-display: swap;
1516
font-family: "Frutiger W01";
@@ -30,3 +31,9 @@ $govuk-font-family: Frutiger W01, arial, sans-serif;
3031
.govuk-body {
3132
line-height: 1.47368;
3233
}
34+
35+
.app-prose-scope {
36+
video {
37+
max-width: 100%;
38+
}
39+
}

0 commit comments

Comments
 (0)