Skip to content

Commit

Permalink
Reduce distance between article and website title
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswhybrow committed Apr 16, 2024
1 parent bdcf233 commit a224c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ray-peat-rodeo/chat.templ
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ templ RenderChat(file *File) {
<header class="ml-1 border-solid border-slate-200 text-center">
<!-- Interview title -->
<div
class="p-12 pt-10 pb-16 mb-12 mt-32 rounded bg-gradient-to-br from-sky-200 to-purple-300 text-right relative"
class="p-12 pt-10 pb-16 mb-12 mt-16 rounded bg-gradient-to-br from-sky-200 to-purple-300 text-right relative"
>
<!-- Decoration -->
<div class="w-8 h-8 rounded bg-fuchsia-200 absolute -bottom-4 -right-4 rotate-12"></div>
Expand Down

0 comments on commit a224c60

Please sign in to comment.