Change contacts page header image

This commit is contained in:
Damillora 2021-01-10 03:35:43 +07:00
parent 9ddc80fd57
commit 4731e2a8da
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,8 @@ export default {
return 'center top'; return 'center top';
case '765-yuriko': case '765-yuriko':
return 'right 15% top 10%'; return 'right 15% top 10%';
case '765-yuriko2':
return 'right 35% top 30%';
default: default:
return 'center'; return 'center';
} }

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="page"> <div class="page">
<PageHeader> <PageHeader imageType="765-yuriko2">
<h1>Contact</h1> <h1>Contact</h1>
</PageHeader> </PageHeader>
<main class="container mx-auto main"> <main class="container mx-auto main">