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.
This commit is contained in:
Julian Prieber 2022-04-28 17:12:21 +02:00 committed by GitHub
parent 3994c1a64f
commit eb96bb823e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ function get_operating_system() {
<h1 class="fadein">{{ $info->name }}</h1> <h1 class="fadein">{{ $info->name }}</h1>
<!-- Short Bio --> <!-- Short Bio -->
<p class="fadein">{{ $info->littlelink_description }}</p> <center><p style="width: 50%; min-width: 300px;" class="fadein">{{ $info->littlelink_description }}</p></center>
@endforeach @endforeach
<!-- Buttons --> <!-- Buttons -->