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

Loading…
Cancel
Save