From 6772f85da3b5bf30d6a3e517daf5c19204308561 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 1 Mar 2022 21:40:17 -0500 Subject: [PATCH] remove inline style --- client/src/styles/GLOBAL.css | 6 ++++++ client/src/views/how-to-use.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/client/src/styles/GLOBAL.css b/client/src/styles/GLOBAL.css index 6ba38df..2ff1451 100644 --- a/client/src/styles/GLOBAL.css +++ b/client/src/styles/GLOBAL.css @@ -149,6 +149,12 @@ textarea { display: flex; } +.teaser { + text-align:center; + color:gray; + margin-bottom:3em; +} + #footer > div, #footer > a { margin: 0.5em; } diff --git a/client/src/views/how-to-use.html b/client/src/views/how-to-use.html index e3a1fa2..e711c4c 100644 --- a/client/src/views/how-to-use.html +++ b/client/src/views/how-to-use.html @@ -109,7 +109,7 @@



-

More content coming soon.

+

More content coming soon.