aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/src/components/Left.vue
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/components/Left.vue')
-rw-r--r--site/src/components/Left.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/src/components/Left.vue b/site/src/components/Left.vue
index 94a90ec..672ba36 100644
--- a/site/src/components/Left.vue
+++ b/site/src/components/Left.vue
@@ -65,12 +65,18 @@ h3 {
}
.greetings h1,
+.greetings h2 {
+ text-align: center;
+}
.greetings h3 {
text-align: center;
}
@media (min-width: 1024px) {
.greetings h1,
+ .greetings h2 {
+ text-align: left;
+ }
.greetings h3 {
text-align: left;
}