optimize layout

This commit is contained in:
Skyler Lehmkuhl 2024-11-18 02:06:55 -05:00
parent ef31e71b73
commit 02de0b0afa
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ button {
background-color: #0f0f0f; background-color: #0f0f0f;
width: 100%; width: 100%;
height: 100%; height: 100%;
contain: size; contain: strict;
} }
.horizontal-grid { .horizontal-grid {
flex-direction: row; flex-direction: row;