Skip to content

Commit e99e349

Browse files
committed
Make the file-note responsive to screen size, with a more appropriate size
1 parent baf5acc commit e99e349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/file-note.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@if(file_exists($file))
22
<div class="row pb-3">
3-
<div class="col-12">
4-
<div class="mx-auto card text-white card-body bg-primary w-50">
3+
<div class="col-12 offset-md-2 col-md-8">
4+
<div class="mx-auto card text-white card-body bg-primary">
55
<h5 class="text-white card-title"><i class="icon fa-2x fas fa-info pe-3"></i><span class="font-size-xlg">NOTE</span></h5>
66
<span class="w-100 pb-0">
77
{!! file_get_contents($file) !!}

0 commit comments

Comments
 (0)