mirror of
https://github.com/owncast/owncast.git
synced 2024-12-28 12:08:32 +03:00
00bc662c7f
logo has two variants. Changed story to reflect that. Updated header
16 lines
272 B
SCSS
16 lines
272 B
SCSS
.header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
z-index: 1;
|
|
padding: .5rem 1rem;
|
|
.logo {
|
|
display: flex;
|
|
align-items: center;
|
|
span {
|
|
margin-left: 1rem;
|
|
font-size: 1.7rem;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|