mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
style: don't show dot background on small screens for about
This commit is contained in:
parent
bfccd8e69f
commit
1d5335e9c7
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
<title>About | Youwen Wu</title>
|
||||
</svelte:head>
|
||||
|
||||
<main class="dots-background">
|
||||
<div class="container max-w-3xl mx-auto py-14 px-0 sm:px-8 justify-center">
|
||||
<main class="md:dots-background">
|
||||
<div class="container max-w-3xl mx-auto pb-14 md:py-14 px-0 sm:px-8 justify-center">
|
||||
<Card.Root class="sm:px-6 px-0">
|
||||
<Card.Header class="inline-flex items-center">
|
||||
<Card.Title class="text-4xl">about.</Card.Title>
|
||||
|
|
Loading…
Reference in a new issue