mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
style: margins and font size
This commit is contained in:
parent
986a07fd30
commit
7a7fcf50de
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
||||||
@apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark;
|
@apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
@apply leading-loose my-4 overflow-x-auto;
|
@apply leading-loose sm:leading-[2] my-4 overflow-x-auto sm:text-lg;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
@apply mx-auto my-6 rounded-lg;
|
@apply mx-auto my-6 rounded-lg;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -89,7 +89,7 @@
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body
|
<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">
|
<header class="mt-14 md:mt-24 mb-14">
|
||||||
<div class="inline-flex items-center w-full">
|
<div class="inline-flex items-center w-full">
|
||||||
|
|
Loading…
Reference in a new issue