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;