Add temporary stopgap
This commit is contained in:
parent
8fc9310746
commit
55632a4c94
@ -33,3 +33,10 @@ export default class PageHeader extends Vue {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
/* TODO: temporary fix to make them line up between pages */
|
||||
.page-header:not(.home-header) {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user