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;