From 8a18eb490860de3afa5886dbe963a8ede395337c Mon Sep 17 00:00:00 2001 From: waifu Date: Sat, 27 Apr 2024 12:45:50 -0300 Subject: [PATCH] removed unused text --- home/shrine/styles.css | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/home/shrine/styles.css b/home/shrine/styles.css index 71b3bb7..01b0850 100644 --- a/home/shrine/styles.css +++ b/home/shrine/styles.css @@ -5,32 +5,11 @@ body, html { justify-content: center; align-items: center; } -/* -#menu { - width: 25%; - margin: 0 auto; - display: block; - flex-direction: row; - justify-content: center; - align-items: center; - } - - - -#menu img { - max-height: 50%; - max-width: 50%; - width: 100%; - height: auto; - object-fit: contain; - overflow: hidden; -} -* { - box-sizing: border-box; - } */ #eyes { - width: 75%; + display: flex; + flex-direction: column; + justify-content: space-around; float: left; text-align: center; } @@ -48,7 +27,7 @@ align-items: center; #aphrodite{ max-width: 100%; /* Ensures the image doesn't exceed its container's width */ - max-height: 90vh; + max-height: 80vh; height: auto; /* Maintains the aspect ratio of the image */ object-fit: contain; justify-content: center;