mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-12-05 07:12:36 -05:00
issue #8, reducir altura cover img + limpieza css dark theme
This commit is contained in:
Binary file not shown.
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user