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; }