From 787503029865207322406a3a3af1fc9d385ca96d Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Thu, 12 Mar 2026 08:42:03 +0000 Subject: [PATCH] Style changes --- frontend.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/frontend.html b/frontend.html index e5891cc..127b1c0 100644 --- a/frontend.html +++ b/frontend.html @@ -11,16 +11,23 @@ #container { position: relative; height: 100%; - display: flex; - align-items: center; - justify-content: center; + display: table; + width: 100%; + } + img { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + max-width: 100%; + max-height: 100%; + cursor: pointer; } img { max-width: 100%; max-height: 100%; cursor: pointer; } .chevron { position: absolute; - top: 50%; - transform: translateY(-50%); - font-size: 48px; + top: 33%; + font-size: 96px; color: rgba(255, 255, 255, 0.5); cursor: pointer; padding: 20px;