mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2025-01-19 07:13:01 +08:00
7 lines
88 B
CSS
7 lines
88 B
CSS
|
#root {
|
||
|
max-width: 1280px;
|
||
|
margin: 0 auto;
|
||
|
padding: 2rem;
|
||
|
text-align: center;
|
||
|
}
|