mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-30 23:56:50 -05:00
Merge pull request #998 from halp-pat/993
Use fixed widths for BuildCard
This commit is contained in:
commit
fabcc99cce
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user