revises styles for <figure>
This commit is contained in:
parent
09d87e1da0
commit
16514cf1bc
4 changed files with 20 additions and 8 deletions
|
@ -28,6 +28,12 @@ h5 {
|
|||
font-size: $h5-font-size;
|
||||
}
|
||||
|
||||
figure {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
%quotebox {
|
||||
padding: .8889rem;
|
||||
margin-top: 1.4em;
|
||||
|
|
|
@ -19,7 +19,7 @@ $blue: #268bd2;
|
|||
$brown: #8f5536;
|
||||
|
||||
//https://www.client9.com/css-system-font-stack-sans-serif-v3
|
||||
$root-font-family: system, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol";
|
||||
$root-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol";
|
||||
$root-font-size: 17px;
|
||||
$root-line-height: 1.5;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue