minor typography changes

This commit is contained in:
2026-02-11 22:39:54 +00:00
parent 9dcc4045ab
commit 1c18e385b6
3 changed files with 6 additions and 1 deletions

View File

@@ -110,7 +110,6 @@ ul,
ol { ol {
margin: 0 0 0.7em; margin: 0 0 0.7em;
padding: 0 0 0 1.2em; padding: 0 0 0 1.2em;
text-align: left;
} }
.nolist { .nolist {

View File

@@ -34,7 +34,12 @@ figure {
width: calc(100% - variables.$innerMedium * 2); width: calc(100% - variables.$innerMedium * 2);
margin: auto; margin: auto;
@media (min-width: variables.$screen-md) {
width: calc(100% - variables.$innerLarge * 2);
}
&-full { width: auto; } &-full { width: auto; }
&-larger { max-width: variables.$containerLarger; }
&-large { max-width: variables.$containerLarge; } &-large { max-width: variables.$containerLarge; }
&-medium { max-width: variables.$containerMedium; } &-medium { max-width: variables.$containerMedium; }
&-small { max-width: variables.$containerSmall; } &-small { max-width: variables.$containerSmall; }

View File

@@ -17,6 +17,7 @@ $sectionLarge: 5.000em;
$sectionLarger: 7.500em; $sectionLarger: 7.500em;
$sectionLargest: 10.000em; $sectionLargest: 10.000em;
$containerLarger: 87.000em;
$containerLarge: 73.125em; $containerLarge: 73.125em;
$containerMedium: 60.000em; $containerMedium: 60.000em;
$containerSmall: 50.000em; $containerSmall: 50.000em;