Skip to content

Commit

Permalink
inc padding on main heading
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Oct 16, 2024
1 parent 0027a42 commit 48b8a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/headings/seth/main.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div
class="whitespace-nowrap text-3xl md:text-4xl lg:text-6xl text-white font-mono overflow-hidden animate-reveal w-0 border-r-2 z-10">
class="whitespace-nowrap text-3xl md:text-4xl lg:text-6xl text-white font-mono overflow-hidden animate-reveal w-0 p-4 border-r-2 z-10">
{{ $slot }}
</div>

0 comments on commit 48b8a9f

Please sign in to comment.