Skip to content

Commit eb96bb8

Browse files
Fixed text width on ll page
Fixed text width on littlelink page. This might be a temporary fix. This essentially limits the width of the description text.
1 parent 3994c1a commit eb96bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/littlelink.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function get_operating_system() {
188188
<h1 class="fadein">{{ $info->name }}</h1>
189189

190190
<!-- Short Bio -->
191-
<p class="fadein">{{ $info->littlelink_description }}</p>
191+
<center><p style="width: 50%; min-width: 300px;" class="fadein">{{ $info->littlelink_description }}</p></center>
192192

193193
@endforeach
194194
<!-- Buttons -->

0 commit comments

Comments
 (0)