summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Global/PageSection.vue2
-rw-r--r--src/components/Global/PageTitle.vue4
-rw-r--r--src/components/Global/TableFilter.vue3
3 files changed, 1 insertions, 8 deletions
diff --git a/src/components/Global/PageSection.vue b/src/components/Global/PageSection.vue
index 6f44a3a3..96f7134e 100644
--- a/src/components/Global/PageSection.vue
+++ b/src/components/Global/PageSection.vue
@@ -25,7 +25,7 @@ export default {
}
h2 {
- @include font-size($h4-font-size);
+ @include font-size($h3-font-size);
margin-bottom: $spacer;
&::after {
content: '';
diff --git a/src/components/Global/PageTitle.vue b/src/components/Global/PageTitle.vue
index c4a97754..dc0738e2 100644
--- a/src/components/Global/PageTitle.vue
+++ b/src/components/Global/PageTitle.vue
@@ -28,10 +28,6 @@ export default {
.page-title {
margin-bottom: $spacer * 2;
}
-h1 {
- font-weight: $display4-weight;
- line-height: $display-line-height;
-}
p {
max-width: 72ch;
}
diff --git a/src/components/Global/TableFilter.vue b/src/components/Global/TableFilter.vue
index afbe8a73..b514483f 100644
--- a/src/components/Global/TableFilter.vue
+++ b/src/components/Global/TableFilter.vue
@@ -133,9 +133,6 @@ export default {
<style lang="scss" scoped>
@import 'src/assets/styles/helpers';
-p {
- font-size: 1.2rem;
-}
.badge {
margin-right: $spacer / 2;
}