Reduce font size and height of the header

This commit is contained in:
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; padding: 10px;
} }
h1 { h1 {
font-size: 30px; font-size: 25px;
} }

View File

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