Skip to content

Commit

Permalink
fix: wrong page title positioning in Safari (#1233)
Browse files Browse the repository at this point in the history
Fixes #1221.
  • Loading branch information
zmwangx authored and NGPixel committed Nov 19, 2019
1 parent e764e74 commit b19fb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/themes/default/components/page.vue
Expand Up @@ -49,7 +49,7 @@
v-divider
v-container.grey.pa-0(fluid, :class='darkMode ? `darken-4-l3` : `lighten-4`')
v-row(no-gutters, align-content='center', style='height: 90px;')
v-col.pl-4.page-col-content(offset-xl='2', offset-lg='3')
v-col.pl-4.page-col-content(offset-xl='2', offset-lg='3', style='margin-top: auto; margin-bottom: auto;')
.headline.grey--text(:class='darkMode ? `text--lighten-2` : `text--darken-3`') {{title}}
.caption.grey--text.text--darken-1 {{description}}
v-divider
Expand Down

0 comments on commit b19fb2a

Please sign in to comment.