Fixed homepage having different height the first vue tick

This commit is contained in:
thepaperpilot 2022-03-02 19:30:49 -06:00
parent 86d47defe1
commit ad95dbbf79

View file

@ -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">