Merge pull request #195 from clems4ever/feature/reduce-title

Reduce font size and height of header
This commit is contained in:
Clément Michaud 2017-11-01 22:04:55 +01:00 committed by GitHub
commit c734effb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;