16 lines
265 B
SCSS
16 lines
265 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__Logo{
|
|
margin: 25px;
|
|
}
|
|
} |