style: margins and font size

This commit is contained in:
Youwen Wu 2024-06-13 19:35:41 -07:00
parent 986a07fd30
commit 7a7fcf50de
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@
@apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark;
}
p {
@apply leading-loose my-4 overflow-x-auto;
@apply leading-loose sm:leading-[2] my-4 overflow-x-auto sm:text-lg;
}
img {
@apply mx-auto my-6 rounded-lg;

File diff suppressed because one or more lines are too long

View file

@ -89,7 +89,7 @@
</script>
</head>
<body
class="container max-w-3xl mx-auto px-4 transition-colors duration-[2s]"
class="container max-w-2xl mx-auto px-4 transition-colors duration-[2s]"
>
<header class="mt-14 md:mt-24 mb-14">
<div class="inline-flex items-center w-full">