From f4690b5a04f1400fc8cff16613ebfedbcab8b649 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 27 Sep 2020 12:44:23 -0500 Subject: [PATCH] Don't style instance descriptions --- scss/index.scss | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/scss/index.scss b/scss/index.scss index b74f98e..d5e1e50 100644 --- a/scss/index.scss +++ b/scss/index.scss @@ -20,7 +20,6 @@ body * { } header { - .header-text { max-width: 700px; margin: auto; @@ -162,6 +161,23 @@ footer { .instance-admin { margin: 24px 0; } + + .description .please-stay { + h3 { + padding: 0; + margin: 0; + border-bottom: none; + } + ul { + list-style: disc; + padding-left: 24px; + + li { + padding: 0; + border-bottom: none; + } + } + } } a {