Code optimizations
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
.heading {
|
||||
overflow: hidden;
|
||||
color: $color-tertiary;
|
||||
text-align: center;
|
||||
color: $color-tertiary;
|
||||
|
||||
@include bp (sm) {
|
||||
margin-bottom: 128px;
|
||||
}
|
||||
|
||||
// Title
|
||||
h1 {
|
||||
color: $color-secondary;
|
||||
line-height: 1;
|
||||
margin-top: 56px;
|
||||
line-height: 1;
|
||||
color: $color-secondary;
|
||||
|
||||
@include bp (sm) {
|
||||
margin-top: 160px;
|
||||
@@ -20,8 +24,8 @@
|
||||
font-weight: 200;
|
||||
|
||||
@include bp (sm) {
|
||||
margin: 72px auto 130px;
|
||||
max-width: 600px;
|
||||
margin-top: 72px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user