Also fix base
This commit is contained in:
@@ -55,7 +55,7 @@ ol,
|
|||||||
dl,
|
dl,
|
||||||
figure,
|
figure,
|
||||||
%vertical-rhythm {
|
%vertical-rhythm {
|
||||||
margin-bottom: calc($spacing-unit / 2);
|
margin-bottom: calc(#{$spacing-unit} / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -137,7 +137,7 @@ a {
|
|||||||
blockquote {
|
blockquote {
|
||||||
color: $grey-color;
|
color: $grey-color;
|
||||||
border-left: 4px solid $grey-color-light;
|
border-left: 4px solid $grey-color-light;
|
||||||
padding-left: calc($spacing-unit / 2);
|
padding-left: calc(#{$spacing-unit} / 2);
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
@@ -189,8 +189,8 @@ pre {
|
|||||||
@include media-query($on-laptop) {
|
@include media-query($on-laptop) {
|
||||||
max-width: -webkit-calc(800px - (#{$spacing-unit}));
|
max-width: -webkit-calc(800px - (#{$spacing-unit}));
|
||||||
max-width : calc(800px - (#{$spacing-unit}));
|
max-width : calc(800px - (#{$spacing-unit}));
|
||||||
padding-right: calc($spacing-unit / 2);
|
padding-right: calc(#{$spacing-unit} / 2);
|
||||||
padding-left: calc($spacing-unit / 2);
|
padding-left: calc(#{$spacing-unit} / 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user