Add temporary stopgap

This commit is contained in:
Daniel_I_Am 2022-05-28 00:33:33 +02:00
parent 8fc9310746
commit 55632a4c94

View File

@ -33,3 +33,10 @@ export default class PageHeader extends Vue {
} }
} }
</script> </script>
<style lang="scss" scoped>
/* TODO: temporary fix to make them line up between pages */
.page-header:not(.home-header) {
padding-top: 3rem;
}
</style>