Add overflow-x-hidden

This commit is contained in:
Luke 2022-02-18 13:55:00 +01:00
parent 0c709094c1
commit a420a4f7ce

View file

@ -3,7 +3,7 @@
<head>
{% include head.html %}
</head>
<body class="antialiased font-medium">
<body class="antialiased font-medium overflow-x-hidden">
{% include nav.html %}
{{ content }}
{% include footer.html %}