diff --git a/magicbook/stylesheets/components/typography.scss b/magicbook/stylesheets/components/typography.scss index 9739f60..c874913 100644 --- a/magicbook/stylesheets/components/typography.scss +++ b/magicbook/stylesheets/components/typography.scss @@ -81,7 +81,7 @@ ol, ul { padding-left: 0; margin: 0 10mm; - list-style-position: outside; + list-style-position: outside; li { font-size: 8pt; @@ -114,13 +114,13 @@ figure { // floting figures .half-width-right { float: right; - margin: 1.2em 0 1.2em 2em; + margin-left: 2em; width: 50%; } .half-width-left { float: left; - margin: 1.2em 2em 1.2em 0; + margin-right: 2em; width: 50%; }