[fix] formatting on mobile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Evan Reichard 2023-11-10 21:38:30 -05:00
parent 19a4f911c5
commit dd4630f2ec

View File

@ -9,18 +9,16 @@
<title>VReader - {{ metadata.title }}</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
#content {
h1 {
font-size: 1.75em;
font-weight: 400;
}
h2 {
font-size: 1.25em;
}
p {
margin-top: 0.25em;
margin-bottom: 1.5em;
}
h1 {
font-size: 1.50em !important;
font-weight: 500 !important;
}
h2 {
font-size: 1.25em !important;
}
p {
margin-top: 0.25em !important;
margin-bottom: 1.5em !important;
}
</style>
</head>