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.
+6 -6
View File
@@ -1,13 +1,13 @@
.title { .title {
font-size: 3rem font-size: 3rem;
} }
.subtitle { .subtitle {
font-size: 1rem; font-size: 1rem;
} }
.article__header-img > a > img { .article__header-img > a > img {
height: initial; height: 18rem;
object-position: initial; object-position: top;
object-fit: initial; object-fit: cover;
} }
Binary file not shown.
+6 -6
View File
@@ -1,13 +1,13 @@
.title { .title {
font-size: 3rem font-size: 3rem;
} }
.subtitle { .subtitle {
font-size: 1rem; font-size: 1rem;
} }
.article__header-img > a > img { .article__header-img > a > img {
height: initial; height: 18rem;
object-position: initial; object-position: top;
object-fit: initial; object-fit: cover;
} }