make images full width on all screens

This commit is contained in:
Aadil Ayub 2022-01-13 16:46:07 +05:00
parent 46cd61307e
commit a4bafb83f3
1 changed files with 5 additions and 5 deletions

View File

@ -247,6 +247,11 @@ body {
font-size: 0.8rem;
}
.h-entry img {
max-width: 100%;
width: 100%;
}
.header-metadata .dt-published {
padding: 0.5em 1.2em 0.5em 1.2em;
}
@ -801,11 +806,6 @@ footer a:hover {
}
/* card styles */
.h-entry img {
max-width: 100%;
width: 100%;
}
.summary-text {
font-size: 17px;
min-width: none;