File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
docs/src/.vuepress/public Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -215,11 +215,12 @@ app-root {
215
215
216
216
.film {
217
217
& .card {
218
- max- width : min (960px , 95vw );
218
+ width : min (960px , 95vw );
219
219
display : flex ;
220
220
flex-direction : row ;
221
221
justify-content : start ;
222
222
align-items : start ;
223
+ margin : 1em 0 ;
223
224
224
225
@media only screen and (max-width : 600px ) {
225
226
flex-direction : column ;
@@ -257,6 +258,7 @@ app-root {
257
258
258
259
app-film-search {
259
260
max-width : min (960px , 95vw );
261
+ width : min (960px , 95vw );
260
262
261
263
label {
262
264
margin-top : 0 ;
@@ -265,6 +267,7 @@ app-film-search {
265
267
266
268
form {
267
269
padding : 1rem ;
270
+ margin : 1em 0 ;
268
271
display : flex ;
269
272
flex-direction : row ;
270
273
align-items : center ;
@@ -273,10 +276,11 @@ app-film-search {
273
276
274
277
app-film {
275
278
display : flex ;
276
- max- width : min (960px , 95vw );
279
+ width : min (960px , 95vw );
277
280
}
278
281
279
282
app-login-form {
280
283
display : flex ;
281
284
flex-direction : column ;
285
+ align-items : stretch ;
282
286
}
You can’t perform that action at this time.
0 commit comments