[fix] formatting on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
19a4f911c5
commit
dd4630f2ec
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user