base article block styles

This commit is contained in:
2026-02-03 22:54:29 +00:00
parent ea0e3478cd
commit 040f0cf464
7 changed files with 155 additions and 5 deletions

View File

@@ -129,7 +129,7 @@ ol {
}
hr {
margin: 1.5em auto 2em;
margin: 2em auto;
height: 0;
border: 0 solid colours.$grey-light;
border-width: spacing.$borderThin 0 0;

View File

@@ -26,6 +26,11 @@
}
}
figure {
margin: 0;
padding: 0;
}
.container {
width: calc(100% - spacing.$innerMedium * 2);
margin: auto;

View File

@@ -30,6 +30,11 @@ $innerSmall: 1.000em;
$innerSmaller: 0.750em;
$innerSmallest: 0.500em;
$gap: 1em;
$gapSmall: 0.5em;
$gapMedium: 1em;
$gapLarge: 2em;
$borderRadiusLargeer: 1.500em;
$borderRadiusLarge: 1.000em;
$borderRadius: 1.000em;