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()