Skip to content

Commit d1fd8dc

Browse files
committed
Updated badge styling
1 parent 534086a commit d1fd8dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/components/verify-svg.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.badge{
55
width: 24px;
66
height: 24px;
7-
margin-left: -5px;
7+
margin: 5px;
88
display: inline-block;
99
vertical-align: middle;
1010
}

resources/views/littlelink.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function get_operating_system() {
259259
@endif
260260

261261
<!-- Your Name -->
262-
<h1 class="fadein">{{ $info->name }}@if($userinfo->role == 'vip' or $userinfo->role == 'admin') @include('components.verify-svg') @endif</h1>
262+
<h1 class="fadein">{{ $info->name }}@if($userinfo->role == 'vip' or $userinfo->role == 'admin')@include('components.verify-svg')@endif</h1>
263263

264264
<!-- Short Bio -->
265265
<div class="fadein"><center><p style="width:50%;min-width:300px;" class="fadein">@if(env('ALLOW_USER_HTML') === true){!! $info->littlelink_description !!}@else{{ $info->littlelink_description }}@endif</p></center></div>

0 commit comments

Comments
 (0)