adjusted width of ticket-container
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
/* Base Layout Components */
|
/* Base Layout Components */
|
||||||
.ticket-container {
|
.ticket-container {
|
||||||
max-width: 1200px;
|
width: 90%;
|
||||||
|
min-width: 800px;
|
||||||
|
max-width: 1800px;
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: var(--bg-secondary);
|
background: var(--bg-secondary);
|
||||||
|
|||||||
Reference in New Issue
Block a user