Reduce font size and height of the header

pull/195/head
Clement Michaud 2017-11-01 21:12:01 +01:00
parent a5da5d790b
commit 28f9c52355
2 changed files with 3 additions and 2 deletions

View File

@ -62,5 +62,5 @@ body {
padding: 10px;
}
h1 {
font-size: 30px;
font-size: 25px;
}

View File

@ -51,7 +51,8 @@
}
.account-wall h1
{
margin-bottom: 20px;
margin-bottom: 15px;
margin-top: 15px;
font-weight: 800;
display: block;
text-align: center;