mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
11 lines
131 B
CSS
11 lines
131 B
CSS
.container {
|
|
display: grid;
|
|
gap: 20px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|