Added style of celestials page and fixed width issues

This commit is contained in:
Alexis
2021-03-05 10:25:46 +01:00
parent 434fe4f6fd
commit effccb0edd
7 changed files with 63 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section class="home">
<div class="splash">
<div class="splash fade-in-children">
<h2 class="heading-1">Full Skies</h2>
<p class="heading-2">
L'application Full Skies explore les cieux à votre place !
@@ -43,14 +43,8 @@ export default defineComponent({
z-index: -1;
opacity: 0;
pointer-events: none;
animation: fadeInBg 5s ease-out 1s 1 forwards,
paneBgAround 35s ease-in-out 1s infinite forwards;
}
.splash {
.heading-1 {
font-size: 50px;
}
animation: fadeInBg 2s ease-out 0s 1 forwards,
paneBgAround 35s ease-in-out 0s infinite forwards;
}
}
</style>