Удален default layout

This commit is contained in:
2019-08-23 19:58:46 +03:00
parent 5aba83d30f
commit 8e4665fb9e
8 changed files with 68 additions and 73 deletions

View File

@ -1 +0,0 @@
import '../components/social.scss';

View File

@ -0,0 +1,40 @@
@import '../vars';
@import '../base_style';
.content {
width: $preferred-width;
margin: 0 auto;
@media (max-width: $first-media-step) {
width: auto;
margin: {
left: $mobile-margin;
right: $mobile-margin;
}
}
@import '../components/social';
}
.hello {
margin-top: 1em;
font-size: 3.4em;
margin-bottom: 0.3em;
font-weight: normal;
@media (max-width: $first-media-step) {
margin-top: $mobile-margin;
}
}
.heading {
margin-top: 2.3em;
margin-bottom: 0.4em;
font-size: 1.2em;
font-weight: normal;
}
.text {
margin-top: 0;
margin-bottom: 0.8em;
}