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:
parent
3994c1a64f
commit
eb96bb823e
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue