Dashboard: Change heading padding to relative so it adjusts based on screen size, ref #22864

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2020-09-15 15:01:49 +02:00
parent aef82c0a7c
commit 7e60295d4a
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -382,7 +382,7 @@ export default {
text-align: center;
font-size: 32px;
line-height: 130%;
padding: 120px 16px 0px;
padding: 10vh 16px 0px;
}
}