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