[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> <title>VReader - {{ metadata.title }}</title>
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
<style> <style>
#content {
h1 { h1 {
font-size: 1.75em; font-size: 1.50em !important;
font-weight: 400; font-weight: 500 !important;
} }
h2 { h2 {
font-size: 1.25em; font-size: 1.25em !important;
} }
p { p {
margin-top: 0.25em; margin-top: 0.25em !important;
margin-bottom: 1.5em; margin-bottom: 1.5em !important;
}
} }
</style> </style>
</head> </head>