diff --git a/src/lib/components/ratio/index.svelte b/src/lib/components/ratio/index.svelte
index 953f01ae..d8325503 100644
--- a/src/lib/components/ratio/index.svelte
+++ b/src/lib/components/ratio/index.svelte
@@ -37,7 +37,7 @@
-
AA Contrast Ratio
+
AA Contrast Ratio
- {RATIOS.AA.Normal} : 1
@@ -47,7 +47,7 @@
- Large Text
-
AAA Contrast Ratio
+
AAA Contrast Ratio
- {RATIOS.AAA.Normal} : 1
- Normal Text
@@ -56,7 +56,7 @@
- Large Text
-
Large Text Size
+
Large Text Size
- ≥ 24px
- Regular Weight
@@ -135,8 +135,11 @@
align-items: start;
display: inline-flex;
grid-area: number;
- justify-content: flex-end;
line-height: 0.7; // weird number alignment
+
+ @include config.between('sm-column-break', 'lg-page-break') {
+ justify-content: flex-end;
+ }
}
.result-ratio-number {