From 9c435fea809a1d7d2a5015481e013e89afcc4999 Mon Sep 17 00:00:00 2001 From: Ryan McGovern Date: Mon, 23 Sep 2024 00:32:40 -0400 Subject: [PATCH] Update neobrutalism.css --- profiles/themes/neobrutalism.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/themes/neobrutalism.css b/profiles/themes/neobrutalism.css index 5933748..2bfe1c0 100644 --- a/profiles/themes/neobrutalism.css +++ b/profiles/themes/neobrutalism.css @@ -23,6 +23,10 @@ color: var(--white); } +img { + width: 100%; +} + body { background: var(--yellow); color: var(--black);