Skip to content

Commit

Permalink
fix: broken styling in certain situations
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Nov 15, 2024
1 parent 1c9a3a3 commit 08a80de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/_default/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Kochi FOSS | കൊച്ചി FOSS</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="text-center pt-10 pb-32 px-4 flex-col space-y-12 justify-center">
Expand Down Expand Up @@ -36,6 +38,5 @@ <h2 class="font-bold text-xl">November 2024 Meetup</h2>
</div>
</div>
</div>
<script src="https://cdn.tailwindcss.com"></script>
</body>
</html>

0 comments on commit 08a80de

Please sign in to comment.