save
This commit is contained in:
30
layout/style-scss/szklenie-v2.scss
Normal file
30
layout/style-scss/szklenie-v2.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user