File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -99,15 +99,17 @@ h6:hover .anchor {
99
99
margin-bottom : 0 ;
100
100
}
101
101
102
- input , button {
102
+ input ,
103
+ button {
103
104
font-size : inherit ;
104
105
}
105
106
106
107
input {
107
108
min-width : 0 ; // Allow the input to shrink on small devices.
108
109
}
109
110
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
111
113
.btn {
112
114
text-decoration : none ;
113
115
border-radius : 3px ;
@@ -149,6 +151,10 @@ video+em {
149
151
color : $grey-color ;
150
152
}
151
153
154
+ video {
155
+ max-width : 100% ;
156
+ }
157
+
152
158
.email-form {
153
159
display : grid ;
154
160
margin-top : $spacing-unit ;
@@ -180,9 +186,9 @@ video+em {
180
186
display : grid ;
181
187
grid-template-columns : repeat (2 , auto );
182
188
gap : 5px ;
183
-
189
+
184
190
label {
185
191
grid-column : 1 / 3 ;
186
192
font-size : .8em ;
187
193
}
188
- }
194
+ }
You can’t perform that action at this time.
0 commit comments