Skip to content

Commit 2feb8db

Browse files
committed
Fix video width
1 parent 1586e1d commit 2feb8db

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Diff for: sass/_extra.scss

+10-4
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,17 @@ h6:hover .anchor {
9999
margin-bottom: 0;
100100
}
101101

102-
input, button {
102+
input,
103+
button {
103104
font-size: inherit;
104105
}
105106

106107
input {
107108
min-width: 0; // Allow the input to shrink on small devices.
108109
}
109110

110-
a.btn, // Trick to increase the specificity and win against rules such as a:visited
111+
a.btn,
112+
// Trick to increase the specificity and win against rules such as a:visited
111113
.btn {
112114
text-decoration: none;
113115
border-radius: 3px;
@@ -149,6 +151,10 @@ video+em {
149151
color: $grey-color;
150152
}
151153

154+
video {
155+
max-width: 100%;
156+
}
157+
152158
.email-form {
153159
display: grid;
154160
margin-top: $spacing-unit;
@@ -180,9 +186,9 @@ video+em {
180186
display: grid;
181187
grid-template-columns: repeat(2, auto);
182188
gap: 5px;
183-
189+
184190
label {
185191
grid-column: 1 / 3;
186192
font-size: .8em;
187193
}
188-
}
194+
}

0 commit comments

Comments
 (0)