From 91c66bbe3621e47d640ffe4ad270da470743eeb1 Mon Sep 17 00:00:00 2001
From: Matteias Collet
Date: Tue, 14 Jul 2020 19:45:47 +0200
Subject: [PATCH] add languages to landing page
---
site/.vuepress/components/Generator.vue | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/site/.vuepress/components/Generator.vue b/site/.vuepress/components/Generator.vue
index 6ca47d0..3c1538a 100644
--- a/site/.vuepress/components/Generator.vue
+++ b/site/.vuepress/components/Generator.vue
@@ -88,6 +88,7 @@
Milk.
+
@@ -190,6 +191,11 @@ section > div:not(:first-child) {
text-align: left;
}
+.centered {
+ width: 100%;
+ text-align: center;
+}
+
@keyframes spinner {
0% {
transform: rotate(0deg);