Tidy up css
This commit is contained in:
parent
59dd3cbdfa
commit
f7d589aad4
7 changed files with 38 additions and 153 deletions
|
@ -7,7 +7,7 @@
|
|||
$highlighted = $hl->highlight($lang, Storage::disk('local')->get($file_path));
|
||||
$file_size = Storage::disk('local')->size($file_path);
|
||||
@endphp
|
||||
<div class="codeblock">
|
||||
<div class="code-block">
|
||||
<h1>{{ $file_name }} <small>{{ $file_size}} bytes</small></h1>
|
||||
<hr>
|
||||
<code class="hljs {{$highlighted->language}}">{!! $highlighted->value !!}</code>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue