minor typography changes

This commit is contained in:
2026-02-11 22:39:54 +00:00
parent 94328feaa0
commit 7c759213df
3 changed files with 6 additions and 1 deletions

View File

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

View File

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

View File

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