Increase font size on mobile
This commit is contained in:
parent
0f57c1e78c
commit
bb65d93235
|
@ -15,7 +15,7 @@
|
||||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
|
||||||
<link rel="canonical" href="{{ helpers.canonicalUrl(page, site) }}"/>
|
<link rel="canonical" href="{{ helpers.canonicalUrl(page, site) }}"/>
|
||||||
</head>
|
</head>
|
||||||
<body class="text-black bg-grey-lightest font-sans text-sm sm:text-base">
|
<body class="text-black bg-grey-lightest font-sans text-base">
|
||||||
<div id="app">
|
<div id="app">
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue