14 lines
168 B
SCSS
14 lines
168 B
SCSS
@import "layout";
|
|
|
|
body > header {
|
|
.logo {
|
|
display: flex;
|
|
flex-direction: row;
|
|
max-width: 148px;
|
|
padding: 8px 0;
|
|
|
|
font-size: 18px;
|
|
line-height: 18px;
|
|
}
|
|
}
|