This commit is contained in:
Paul Gauthier 2024-02-19 14:58:50 -08:00
parent f2c62fcbc4
commit fd2a545803

View file

@ -26,13 +26,13 @@
}
.post-highlight {
max-width: 12.5em; /* Assuming the base font-size is 16px, 12.5em is equivalent to 200px */
max-width: 20em; /* Assuming the base font-size is 16px, 12.5em is equivalent to 200px */
margin-right: 1em;
}
@media (max-width: 768px) {
.post-highlight {
max-width: 18em; /* Larger size on mobile */
max-width: 30em; /* Larger size on mobile */
}
}