Skip to content

Commit

Permalink
Fixes for Safari rendering glitches
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Dec 22, 2022
1 parent 759007b commit 5da35ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="relative px-4 mx-auto max-w-5xl text-center">
<p class="pt-14 pb-8 w-100 inline-flex items-center font-bold text-2xl md:text-3xl text-gray-900 uppercase tracking-widest">
<img class="h-10" src="art/icon.svg" alt="logo">
<span class="ml-5">GO Calendar</span>
<span class="ml-5 whitespace-nowrap">GO Calendar</span>
</p>
</div>
</div>
Expand Down Expand Up @@ -90,8 +90,8 @@ <h2 class="mb-6 text-3xl md:text-5xl lg:text-7xl text-gray-900 font-bold trackin
<p class="mb-4 text-lg md:text-xl text-gray-500 font-medium leading-loose md:leading-loose">
First thing you'll need is the URL for the calendar file, which is:
</p>
<code class="mb-4 block text-sm text-gray-700 bg-gray-200 font-medium rounded-md p-4">
<a href="https://raw.githubusercontent.com/othyn/go-cal/main/dist/gocal.ics"
<code class="mb-4 block text-sm text-gray-700 bg-gray-200 font-medium rounded-md p-4 break-words">
<a href="https://raw.githubusercontent.com/othyn/go-calendar/main/dist/gocal.ics"
class="hover:text-red-600">
https://raw.githubusercontent.com/othyn/go-calendar/main/dist/gocal.ics</a>
</code>
Expand Down

0 comments on commit 5da35ea

Please sign in to comment.