Skip to content

Commit 1bb32ac

Browse files
committed
fix(HomePage): add home-content padding top as an example
1 parent 1bd646a commit 1bb32ac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/settings/default/HomePageContent.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ export default {
5656
.home {
5757
font-family: "Barlow", sans-serif;
5858
}
59+
.home-content {
60+
padding-top: 10px /* adjust depending if you also have a title - see below */
61+
}
5962
.home h1 {
6063
padding-top: 20px;
6164
padding-bottom: 20px;

0 commit comments

Comments
 (0)