This commit is contained in:
Roman Pyrih
2026-03-10 12:04:22 +01:00
parent 64c4a90405
commit a3bc03a185
11 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
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 {
}
}
}