mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
8 lines
118 B
SCSS
8 lines
118 B
SCSS
.header {
|
|
padding-inline: 1rem 2rem;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|