summaryrefslogtreecommitdiff
path: root/src/components/Global/PageSection.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/PageSection.vue')
-rw-r--r--src/components/Global/PageSection.vue8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/components/Global/PageSection.vue b/src/components/Global/PageSection.vue
index 48bb8a19..303b6e1e 100644
--- a/src/components/Global/PageSection.vue
+++ b/src/components/Global/PageSection.vue
@@ -19,17 +19,11 @@ export default {
<style lang="scss" scoped>
.page-section {
- margin-bottom: $spacer * 2;
+ margin-bottom: $spacer * 4;
}
h2 {
@include font-size($h3-font-size);
margin-bottom: $spacer;
- &::after {
- content: '';
- display: block;
- width: 100px;
- margin-top: 10px;
- }
}
</style>