Удален default layout
This commit is contained in:
@ -1 +0,0 @@
|
||||
import '../components/social.scss';
|
40
source/_assets/index/style.scss
Normal file
40
source/_assets/index/style.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user