updated the icon grid to have proper columsn that are euqal size

This commit is contained in:
neon443
2025-07-30 18:15:00 +01:00
parent 05e228c50a
commit 6a376d4574

View File

@@ -168,10 +168,10 @@ h5 {
.homescreen {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
gap: 0px;
margin-top: 10px;
justify-items: start;
justify-items: center; /* center-align app tiles */
}
.app {