Bump font size variable from 13px to 14px and correct page header gap (#34453)

This commit is contained in:
Luke Heath
2025-10-17 15:00:14 -05:00
committed by GitHub
parent 23a4b781fd
commit aba434b024
7 changed files with 7 additions and 7 deletions
@@ -12,7 +12,7 @@
.when {
display: inline-flex;
align-items: center;
gap: $pad-xsmall;
gap: $pad-large;
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
&__header-wrap {
display: flex;
flex-direction: column;
gap: $pad-xsmall;
gap: $pad-large;
}
&__header {
@@ -4,7 +4,7 @@
&__header-wrap {
display: flex;
flex-direction: column;
gap: $pad-xsmall;
gap: $pad-large;
}
&__header {
@@ -6,7 +6,7 @@
&__header {
display: flex;
flex-direction: column;
gap: $pad-xsmall;
gap: $pad-large;
}
&__page-description {
margin: 0;
@@ -4,7 +4,7 @@
&__header-wrap {
display: flex;
flex-direction: column;
gap: $pad-xsmall;
gap: $pad-large;
}
&__header {
@@ -4,7 +4,7 @@
&__header-wrap {
display: flex;
flex-direction: column;
gap: $pad-xsmall;
gap: $pad-large;
}
&__header {
+1 -1
View File
@@ -1,7 +1,7 @@
// Font sizes
$xxx-small: px-to-rem(10);
$xx-small: px-to-rem(12);
$x-small: px-to-rem(13);
$x-small: px-to-rem(14);
$small: px-to-rem(16);
$medium: px-to-rem(20);
$large: px-to-rem(24);