mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-21 06:23:42 +01:00
Fixed fadein class for home message
This commit is contained in:
parent
1abd7b1a2b
commit
0aa99064eb
@ -91,9 +91,9 @@ foreach($pages as $page)
|
|||||||
<h1 class="mt-5 fadein"> {{ config('app.name') }} </h1>
|
<h1 class="mt-5 fadein"> {{ config('app.name') }} </h1>
|
||||||
|
|
||||||
<!-- Short Bio -->
|
<!-- Short Bio -->
|
||||||
<p class="mt-5 fadein">
|
<div class="mt-5 fadein">
|
||||||
<?php echo $message->home_message; ?>
|
<?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. ?>
|
<?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 -->
|
<!-- Replace # with your profile URL. Delete whatever you don't need & create your own brand styles in css/brands.css -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user