Change welcome element to middle position

This commit is contained in:
kPherox
2019-04-23 04:41:20 +09:00
parent ca254eabf2
commit 9e8a769bda

View File

@@ -17,6 +17,9 @@ export default class Welcome extends Vue {
<style lang="postcss">
#welcome {
padding-top: 60px;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
</style>