mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 05:36:10 -05:00
Use fixed widths for BuildCard
This commit is contained in:
@@ -711,7 +711,7 @@ dialog::backdrop {
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
gap: var(--s-3);
|
||||
grid-template-columns: repeat(auto-fit, 15rem);
|
||||
grid-template-columns: repeat(auto-fit, 240px);
|
||||
}
|
||||
|
||||
.build {
|
||||
|
||||
Reference in New Issue
Block a user