Fix initial text not removed in /contacts

This commit is contained in:
yflory
2017-07-18 10:13:04 +02:00
parent 3545a66320
commit 36d792874a
3 changed files with 14 additions and 4 deletions

View File

@@ -98,6 +98,9 @@ body {
height: 100%;
background-color: lighten(@bg-color, 20%);
min-width: 0;
.info {
padding: 20px;
}
.header {
background-color: lighten(@bg-color, 15%);
padding: 10px;