Move .fella-img
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 15s

This commit is contained in:
Alex Kerr
2026-03-20 20:58:58 +00:00
parent f90e012f43
commit 2a4097f2b1

View File

@@ -28,6 +28,12 @@ body {
transform: rotate(5deg) scale(1.3); transform: rotate(5deg) scale(1.3);
} }
.fella-img {
min-width: 90px;
max-width: 300px;
height: auto;
}
.top-left { .top-left {
position: absolute; position: absolute;
top: 25vh; top: 25vh;
@@ -58,12 +64,6 @@ body {
right: 22vw; right: 22vw;
} }
.fella-img {
min-width: 90px;
max-width: 300px;
height: auto;
}
a { a {
text-decoration: none; text-decoration: none;
} }