From 45fea4cb7786871614ffa706a2dcbe7b4a59d64f Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Wed, 30 Nov 2022 19:34:33 +0100 Subject: [PATCH] css --- script.js | 2 +- style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index e934173..bd6d2a5 100644 --- a/script.js +++ b/script.js @@ -43,7 +43,7 @@ let fields = [ 'Aus Plastik Müll wird was gebaut', 'Es wird geschrien', 'es wird gesungen', - '„ mir ist kalt“', + '„mir ist kalt“', 'Dinge bekommen Namen', '„das ist auf einem anderen Level"', 'kleine Krebse', diff --git a/style.css b/style.css index 49f541e..0541d3f 100644 --- a/style.css +++ b/style.css @@ -18,7 +18,8 @@ img { width: 100%; } -h1 { +h1, p { font-family: Arial, Helvetica, sans-serif; text-align: center; + margin: 5px; }