Skip to content

Commit

Permalink
Dashboard: Change heading padding to relative so it adjusts based on …
Browse files Browse the repository at this point in the history
…screen size, ref #22864

Signed-off-by: Jan C. Borchardt <[email protected]>
  • Loading branch information
jancborchardt committed Sep 15, 2020
1 parent aef82c0 commit 7e60295
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/js/dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/dashboard/js/dashboard.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/dashboard/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export default {
text-align: center;
font-size: 32px;
line-height: 130%;
padding: 120px 16px 0px;
padding: 10vh 16px 0px;
}
}
Expand Down

0 comments on commit 7e60295

Please sign in to comment.