This commit is contained in:
Roman Pyrih
2026-05-12 15:53:01 +02:00
parent 73e5de7960
commit 9492e2cd88
4 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
@import 'variables';
@import '_mixins';
html {
scroll-behavior: smooth;
scroll-padding-top: 105px;
}
body {
&.fixed {
overflow: hidden;
}
}
p {
&:last-child {
margin-bottom: 0;
}
}
strong {
font-weight: 700;
}
.main-page {
padding-top: 0px;
padding-bottom: 0;
}
.breadcrumbs {
margin: 60px 0 10px;
}