File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ function themeAsset($path){
198
198
199
199
<!-- Short Bio -->
200
200
<div class =" mt-5 fadein" >
201
- < ?php echo $message -> home_message ; ? >
201
+ < center > < ?php echo $message -> home_message ; ? > </ center >
202
202
</div >
203
203
204
204
@@ -241,7 +241,7 @@ function themeAsset($path){
241
241
@endif
242
242
</br ></br >
243
243
244
- <div class =" fadein" >
244
+ < center > <div class =" fadein" >
245
245
@if (config (' advanced-config.home_footer' ) == ' custom' )
246
246
<p ><?php $year = date (" Y" ); echo strtr (config (' advanced-config.custom_home_footer_text' ), array (' {year}' => $year )); ? > </p >
247
247
@elseif (config (' advanced-config.home_footer' ) == ' alt' )
@@ -250,7 +250,7 @@ function themeAsset($path){
250
250
@else
251
251
<p >and {{ $countButton - 3 } } other buttons ...</p >
252
252
@endif
253
- </div >
253
+ </div ></ center >
254
254
255
255
<hr class =" my-4" style =" display :none " >
256
256
You can’t perform that action at this time.
0 commit comments