forked from ruangrupa/lumbung.space
make images full width on all screens
This commit is contained in:
parent
46cd61307e
commit
a4bafb83f3
@ -247,6 +247,11 @@ body {
|
|||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-entry img {
|
||||||
|
max-width: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.header-metadata .dt-published {
|
.header-metadata .dt-published {
|
||||||
padding: 0.5em 1.2em 0.5em 1.2em;
|
padding: 0.5em 1.2em 0.5em 1.2em;
|
||||||
}
|
}
|
||||||
@ -801,11 +806,6 @@ footer a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* card styles */
|
/* card styles */
|
||||||
.h-entry img {
|
|
||||||
max-width: 100%;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.summary-text {
|
.summary-text {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
min-width: none;
|
min-width: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user