Smaller font size on mobile

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 4fc2188a31
commit 15a82af6be

View file

@ -1,7 +1,7 @@
{% extends 'app' %}
{% block body %}
<div class="min-h-screen font-sans text-lg font-light text-gray-900 md:text-xl dark:bg-gray-900 dark:text-white">
<div class="min-h-screen font-sans text-base font-light text-gray-900 md:text-xl dark:bg-gray-900 dark:text-white">
<a class="sr-only focus:not-sr-only" href="#main-content">Skip to main content</a>
{% include 'navbar' %}