format tile size

This commit is contained in:
2026-03-31 20:36:24 -05:00
parent e0c292eb06
commit f217b6af0d
2 changed files with 51 additions and 20 deletions

View File

@@ -1,8 +1,10 @@
.sovran-tile {
border-radius: 16px;
padding: 8px;
min-width: 140px;
min-height: 160px;
padding: 0px;
min-width: 148px;
max-width: 148px;
min-height: 170px;
max-height: 170px;
transition: box-shadow 200ms ease-in-out;
}
.sovran-tile:hover {