mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
5 lines
81 B
CSS
5 lines
81 B
CSS
.body {
|
|
padding-inline-start: 20px;
|
|
grid-row: 2 / 3;
|
|
grid-column: 2 / 3;
|
|
}
|