feat: lots of css fixes
This commit is contained in:
parent
3bf65ae7ab
commit
c7e3b2c2d6
10 changed files with 139 additions and 109 deletions
|
|
@ -34,7 +34,7 @@ const { title = SITE_TITLE, description = SITE_DESCRIPTION } = Astro.props;
|
|||
</head>
|
||||
<body class="bg-white dark:bg-gray-900 text-black dark:text-white">
|
||||
<!-- Mobile layout -->
|
||||
<div class="lg:hidden flex flex-col min-h-screen p-4">
|
||||
<div class="lg:hidden flex flex-col min-h-screen p-2 sm:p-4">
|
||||
<div class="flex justify-between items-center mb-4">
|
||||
<h2 class="font-bold text-lg mb-0">
|
||||
<a href="/">{SITE_TITLE}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue