Clean styles a bit more

This commit is contained in:
asonix 2020-03-25 23:11:08 -05:00
parent 7e9779aa4a
commit 2f20d52a65
2 changed files with 10 additions and 4 deletions

View file

@ -30,6 +30,10 @@ header {
h1 { h1 {
margin: 0px; margin: 0px;
.smaller {
font-size: 14px;
font-weight: 400;
}
} }
p { p {
@ -55,12 +59,15 @@ section {
h3 { h3 {
padding: 24px; padding: 24px;
margin: 0px; margin: 0px;
border-bottom: 1px solid #e5e5e5;
}
.info {
border-bottom: 1px solid #e5e5e5;
} }
li { li {
padding-top: 24px; padding-top: 24px;
padding-bottom: 24px;
border-top: 1px solid #e5e5e5;
} }
.padded { .padded {
@ -69,7 +76,6 @@ section {
.joining { .joining {
padding: 24px; padding: 24px;
border-top: 1px solid #e5e5e5;
} }
} }

View file

@ -16,7 +16,7 @@
<body> <body>
<header> <header>
<div class="header-text"> <div class="header-text">
<h1>@config.software_name()</h1> <h1>@config.software_name()<span class="smaller">@config.software_version()</span></h1>
<p>on @config.hostname()</p> <p>on @config.hostname()</p>
</div> </div>
</header> </header>