Skip to content

Commit

Permalink
Remove flex flex-col from <body> as it was breaking in Mobile Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
beryllium committed Oct 3, 2019
1 parent fe4ea41 commit db7d7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{% block head_scripts %}
{% endblock %}
</head>
<body class="antialiased flex flex-col h-full">
<body class="antialiased h-full">
<nav class="flex items-center justify-between flex-wrap bg-pink-800 p-6">
<div class="flex items-center flex-shrink-0 text-white mr-6">
<a href="{{ site.url }}/" class="font-black text-xl tracking-tight uppercase">
Expand Down

0 comments on commit db7d7a6

Please sign in to comment.