💄 fix a bit of styling across page (about, index etc.)
This commit is contained in:
parent
caf8b31781
commit
e3ea930720
3 changed files with 7 additions and 8 deletions
|
@ -4,7 +4,7 @@ import { SITE_TITLE } from '../consts';
|
|||
import ThemeIcon from './ThemeIcon.astro';
|
||||
---
|
||||
|
||||
<header class="flex justify-center gap-64">
|
||||
<header class="flex justify-center mx-auto md:gap-64 gap-4 py-5">
|
||||
<div>
|
||||
<a class="font-bold" href="/">
|
||||
{SITE_TITLE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue