mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-30 10:46:27 +00:00
12 lines
119 B
Plaintext
12 lines
119 B
Plaintext
.constrain {
|
|
max-width: 33rem;
|
|
}
|
|
|
|
.constrain-lg {
|
|
max-width: 40rem;
|
|
}
|
|
|
|
.constrain-sm {
|
|
max-width: 26rem;
|
|
}
|