lostplaces-frontend/components/03_Organisms/header/_header.scss

16 lines
250 B
SCSS

.LP-Header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 70px;
&__Logo {
max-width: 300px;
width: 35%;
object-fit:contain;
}
.LP-Header__Navigation{
}
}