diff --git a/index.html b/index.html index 5dd90db..a50c918 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,13 @@ - Lacune + Lacune — Ein Projekt für mehr Sichbarkeit und Erinnerung + + + + + +
diff --git a/src/assets/main.css b/src/assets/main.css index 9100be4..e8c8533 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -75,6 +75,10 @@ p { margin: 0 0 1rem 0; line-height: 1.5; } +ul { + margin: 0 0 1rem 0; + +} p.small { font-size: 1em; line-height: 1.5; diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index 4e16d89..493e1f9 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -1,73 +1,34 @@