Fix font size on mobile

main
trivernis 3 months ago
parent 3cc0194f67
commit a451b6f2ca
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -107,12 +107,18 @@
</div>
<style lang="scss">
@import "$lib/styles/mixins.scss";
@layer component {
.markdown {
hyphens: auto;
text-align: justify;
cursor: text;
font-size: 15pt;
@include portrait {
font-size: 13pt;
}
}
:global(.heading) {

Loading…
Cancel
Save