Browse Source

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

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
tags/v20.0.0RC1
Jan C. Borchardt 3 years ago
parent
commit
7e60295d4a
No account linked to committer's email address

+ 1
- 1
apps/dashboard/js/dashboard.js
File diff suppressed because it is too large
View File


+ 1
- 1
apps/dashboard/js/dashboard.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
apps/dashboard/src/App.vue 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;
}
}


Loading…
Cancel
Save