28 lines
270 B
SCSS
28 lines
270 B
SCSS
body .header-logo {
|
|
min-width: fit-content !important;
|
|
}
|
|
|
|
body .header-nav {
|
|
width: 100%;
|
|
}
|
|
|
|
body .header-box {
|
|
max-width: fit-content;
|
|
}
|
|
|
|
body p {
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
// home
|
|
body .hp-box-1 {
|
|
.hp-box-1-tile {
|
|
width: 317px;
|
|
|
|
&-1 {
|
|
}
|
|
}
|
|
}
|