From 2f20d52a651760f26950a8b7fb13d8ba69aedca9 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 25 Mar 2020 23:11:08 -0500 Subject: [PATCH] Clean styles a bit more --- scss/index.scss | 12 +++++++++--- templates/index.rs.html | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/scss/index.scss b/scss/index.scss index 624a322..df7e6f8 100644 --- a/scss/index.scss +++ b/scss/index.scss @@ -30,6 +30,10 @@ header { h1 { margin: 0px; + .smaller { + font-size: 14px; + font-weight: 400; + } } p { @@ -55,12 +59,15 @@ section { h3 { padding: 24px; margin: 0px; + border-bottom: 1px solid #e5e5e5; + } + + .info { + border-bottom: 1px solid #e5e5e5; } li { padding-top: 24px; - padding-bottom: 24px; - border-top: 1px solid #e5e5e5; } .padded { @@ -69,7 +76,6 @@ section { .joining { padding: 24px; - border-top: 1px solid #e5e5e5; } } diff --git a/templates/index.rs.html b/templates/index.rs.html index 96f0f99..e764185 100644 --- a/templates/index.rs.html +++ b/templates/index.rs.html @@ -16,7 +16,7 @@
-

@config.software_name()

+

@config.software_name()@config.software_version()

on @config.hostname()