|
|
@ -44,10 +44,10 @@ $screen-desktop-min: 1024px;
|
|
|
|
color: #222;
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
// html {
|
|
|
|
scroll-snap-type: y mandatory;
|
|
|
|
// scroll-snap-type: y mandatory;
|
|
|
|
scroll-padding-top: 4rem;
|
|
|
|
// scroll-padding-top: 4rem;
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
@ -221,6 +221,8 @@ body {
|
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scroll-snap-align: end;
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: $screen-desktop-min) {
|
|
|
|
@media screen and (max-width: $screen-desktop-min) {
|
|
|
|
min-height: 5rem;
|
|
|
|
min-height: 5rem;
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|