Add Carousel and MovieCard components

This commit is contained in:
2020-10-04 23:39:24 +02:00
parent e93f821a27
commit 9bc674cb28
8 changed files with 270 additions and 106 deletions

View File

@@ -42,4 +42,19 @@ h2 {
height: 48px;
margin: 0 12px 0 0;
}
@media screen and (max-width: 414px) {
.NuxtLogo {
width: 28px;
height: 28px;
}
h1 {
font-size: 18px;
}
h2 {
display: none;
}
}
</style>