Tidy up css

This commit is contained in:
Frankie B 2023-08-16 14:10:19 +01:00
commit f7d589aad4
7 changed files with 38 additions and 153 deletions

View file

@ -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>