diff --git a/app/assets/main.css b/app/assets/main.css index 0e46a37b8..dbf096b22 100644 --- a/app/assets/main.css +++ b/app/assets/main.css @@ -192,11 +192,11 @@ */ html { + @apply scroll-pt-20; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; /* Offset for fixed header - otherwise anchor headers are cutted */ - scroll-padding-top: 5rem; scrollbar-gutter: stable; } diff --git a/app/components/CollapsibleSection.vue b/app/components/CollapsibleSection.vue index bf48c9eb0..7727202c2 100644 --- a/app/components/CollapsibleSection.vue +++ b/app/components/CollapsibleSection.vue @@ -1,5 +1,6 @@