owncast/web/components/ui/Header/Header.module.scss
t1enne 00bc662c7f Changed Logo and Header
logo has two variants. Changed story to reflect that. Updated header
2022-05-08 10:45:45 +02:00

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;
}
}
}