Fixed fadein class for home message

This commit is contained in:
Julian Prieber 2022-03-31 14:06:58 +02:00
parent 1abd7b1a2b
commit 0aa99064eb

View File

@ -91,9 +91,9 @@ foreach($pages as $page)
<h1 class="mt-5 fadein"> {{ config('app.name') }} </h1>
<!-- Short Bio -->
<p class="mt-5 fadein">
<div class="mt-5 fadein">
<?php echo $message->home_message; ?>
</p>
</div>
<?php $initial=1; // <-- Effectively sets the initial loading time of the buttons. This value should be left at 1. ?>
<!-- Replace # with your profile URL. Delete whatever you don't need & create your own brand styles in css/brands.css -->