resize site-header to match Figma specs

This commit is contained in:
Kroell 2023-04-27 16:26:06 -04:00
parent af384c40df
commit ca3aad4112
2 changed files with 4 additions and 5 deletions

View file

@ -63,7 +63,7 @@ export default {
},
methods: {
show() {
this.currentFooterAndHeaderHeight = this.getFooterInfoBoxHeight() + 72;
this.currentFooterAndHeaderHeight = this.getFooterInfoBoxHeight() + 56;
this.isActive = true;
document.querySelector('.fade-on-route-transition').scrollTo({
top: 0, behavior: 'instant'
@ -123,8 +123,8 @@ export default {
&.menu-modal {
max-width: 576px;
left: auto;
height: calc(100% - 72px);
top: 72px;
height: calc(100% - 56px);
top: 56px;
border-top: 1px solid $gray-300;
overflow-x: visible;
overflow-y: visible;

View file

@ -88,13 +88,12 @@ export default({
<style lang="scss" scoped>
.site-header {
height: 72px;
height: 56px;
}
.alert {
left: 0;
top: 72px;
}
#siteHeaderImage {
height: 2.5rem;
}