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

16 lines
265 B
SCSS
Raw Normal View History

2020-07-17 17:55:46 +02:00
.LP-Header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 70px;
&__Logo {
max-width: 300px;
width: 35%;
object-fit:contain;
}
2020-07-27 10:23:58 +02:00
.LP-Header__Logo{
margin: 25px;
2020-07-17 17:55:46 +02:00
}
}