Update style to use inches
This commit is contained in:
parent
c534dc7508
commit
133979218a
|
@ -13,9 +13,7 @@ $sidenote-highlight-border-width: .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidenote-content {
|
.sidenote-content {
|
||||||
border: $sidenote-highlight-border-width dashed;
|
border: $standard-border-width dashed;
|
||||||
padding: $sidenote-padding -
|
|
||||||
($sidenote-highlight-border-width - $standard-border-width);
|
|
||||||
border-color: $primary-color;
|
border-color: $primary-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,9 +18,12 @@ $standard-border: $standard-border-width solid $border-color;
|
||||||
border-radius: .2rem;
|
border-radius: .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-size: 0.152778in;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: $font-body;
|
font-family: $font-body;
|
||||||
font-size: 1.0rem;
|
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user