diff --git a/assets/styles.css b/assets/styles.css index 0b78cc4..0451c03 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -148,3 +148,7 @@ header h1 img { .content table th { background: var(--secondary-hover); } + +img { + max-width: 100%; +}