mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
22 lines
291 B
CSS
22 lines
291 B
CSS
.header {
|
|
height: 100px;
|
|
}
|
|
|
|
.name {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 10px;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.body {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
gap: 30px;
|
|
}
|