From 2a4097f2b15d3072e752aae7e841dc69f3f16600 Mon Sep 17 00:00:00 2001 From: Alex Kerr Date: Fri, 20 Mar 2026 20:58:58 +0000 Subject: [PATCH] Move .fella-img --- style/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style/style.css b/style/style.css index e091b45..a3fe8b8 100644 --- a/style/style.css +++ b/style/style.css @@ -28,6 +28,12 @@ body { transform: rotate(5deg) scale(1.3); } +.fella-img { + min-width: 90px; + max-width: 300px; + height: auto; +} + .top-left { position: absolute; top: 25vh; @@ -58,12 +64,6 @@ body { right: 22vw; } -.fella-img { - min-width: 90px; - max-width: 300px; - height: auto; -} - a { text-decoration: none; }