Fixed homepage having different height the first vue tick
This commit is contained in:
parent
86d47defe1
commit
ad95dbbf79
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
<template #home>
|
<template #home>
|
||||||
<main class="home" aria-labelledby="main-title">
|
<main class="home" aria-labelledby="main-title">
|
||||||
<Profectus v-if="showLogo" style="height: 30vmin; margin: auto; display: block" />
|
<Profectus v-if="showLogo" style="height: 30vmin; margin: auto; display: block" />
|
||||||
|
<div v-else style="height: 30vmin; margin: auto; display: block" />
|
||||||
<HomeHero />
|
<HomeHero />
|
||||||
<HomeFeatures />
|
<HomeFeatures />
|
||||||
<div class="home-content">
|
<div class="home-content">
|
||||||
|
|
Loading…
Reference in a new issue