img width in content section

This commit is contained in:
Collin Lefeber 2025-02-16 16:49:48 -05:00
parent e21d2b0ea7
commit 0dd5418e46
2 changed files with 7 additions and 1 deletions

View file

@ -52,6 +52,12 @@ hr {
overflow-y: scroll;
}
section.content {
p img {
width: 100%;
}
}
@media (width < 600px) {
main {
width: 100%;