Remove hardwired "Server" header, make global one prettier

This commit is contained in:
Kyle Shockey
2017-11-30 14:34:01 -08:00
parent 21ff236e43
commit 0997c5e5d4
3 changed files with 7 additions and 5 deletions

View File

@@ -671,15 +671,17 @@
}
}
.servers-title {
margin: 20px;
line-height: 2em;
font-weight: bold;
}
.servers
{
display: flex;
align-items: center;
.servers-title {
margin-right: 1em;
}
> label
{
font-size: 12px;