mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-12 04:27:28 +01:00
6 lines
62 B
CSS
6 lines
62 B
CSS
|
.row {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 10px;
|
||
|
}
|