Skip to content

Commit d3c6961

Browse files
committed
Changes sites' main content background color from white to #F5F5F5
- adds <main> tag to apps layout gives it class .main & bulma class .has-background-light - gives .main padding-bottom of 5rem - and removed margin top of 5rem from footer so as to get rid of white space between footer and main
1 parent f11d953 commit d3c6961

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/App.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ export default {
112112
color: #2c3e50;
113113
counter-reset: step-counter;
114114
}
115+
.main {
116+
padding-bottom: 5rem;
117+
}
115118
#site-container {
116119
padding: 0.75rem;
117120
}

0 commit comments

Comments
 (0)