issue #8, reducir altura cover img + limpieza css dark theme

This commit is contained in:
pauguerrero
2021-10-06 08:12:57 +02:00
parent 3ec9f713f8
commit 4f38f1aeff
7 changed files with 23 additions and 243 deletions

Binary file not shown.

View File

@@ -1,3 +1,7 @@
:root {
--height-img-mobile: 18rem;
}
.title {
font-size: 3rem;
}
@@ -7,7 +11,7 @@
}
.article__header-img > a > img {
height: 18rem;
height: var(--height-img-mobile);
object-position: top;
object-fit: cover;
}