This commit is contained in:
chris 2024-03-15 19:20:00 -04:00
parent d7cf8988ec
commit 54c0f60a4e

View File

@ -98,7 +98,8 @@ main {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
/* height: 2rem; */ /* height: 2rem; */
height: calc(100%-35px); /* height: calc(100%-35px); */
height:max-content
min-width: auto; min-width: auto;
font-size: 4vh; font-size: 4vh;
user-select: none; user-select: none;
@ -250,7 +251,6 @@ i {
} */ } */
.fiveLife { .fiveLife {
display: flex;
position: relative; position: relative;
z-index: 10; z-index: 10;
/* font-size: 3rem; */ /* font-size: 3rem; */