diff --git a/src/components/MosPyramid.vue b/src/components/MosPyramid.vue
index 2cbb09c5..625f7795 100644
--- a/src/components/MosPyramid.vue
+++ b/src/components/MosPyramid.vue
@@ -93,40 +93,16 @@ const generators = computed(() => {
:class="{ selected: selected === info.pattern }"
>
-
+
{{ info.pattern }}
-
+
{{ generators[i][j] }}
-
+
{{ info.abbreviation }}
-
+
{{ info.name }}
@@ -155,6 +131,7 @@ g:hover > rect {
stroke-width: 0.02;
}
text {
+ dominant-baseline: central;
fill: var(--color-accent-text-btn);
}
g:hover > text {