issue #8, reducir altura cover img en móvil #12

Merged
pyrenaicus merged 3 commits from cover-image-mobile into main 2021-10-06 22:13:40 +02:00
4 changed files with 12 additions and 12 deletions
Showing only changes of commit 3ec9f713f8 - Show all commits
Binary file not shown.
+5 -5
View File
@@ -1,13 +1,13 @@
.title {
font-size: 3rem
font-size: 3rem;
}
.subtitle {
font-size: 1rem;
font-size: 1rem;
}
.article__header-img > a > img {
height: initial;
object-position: initial;
object-fit: initial;
height: 18rem;
object-position: top;
object-fit: cover;
}
Binary file not shown.
+5 -5
View File
@@ -1,13 +1,13 @@
.title {
font-size: 3rem
font-size: 3rem;
}
.subtitle {
font-size: 1rem;
font-size: 1rem;
}
.article__header-img > a > img {
height: initial;
object-position: initial;
object-fit: initial;
height: 18rem;
object-position: top;
object-fit: cover;
}