mirror of
https://github.com/liyunze-coding/socials.git
synced 2026-09-22 07:24:27 +00:00
fixed mobile responsiveness
This commit is contained in:
parent
c04a40c688
commit
c1379b0642
1 changed files with 6 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ const gridItems: GridItem[] = [
|
|||
return (
|
||||
<div
|
||||
id="intro"
|
||||
class="social-card col-span-2 h-5xl md:col-span-3 md:h-100 lg:col-span-4"
|
||||
class="social-card col-span-2 h-[450px] md:col-span-3 md:h-100 lg:col-span-4"
|
||||
>
|
||||
<div class="social-card-content flex flex-col bg-cover bg-top md:flex-row md:justify-between md:gap-3">
|
||||
<div class="mt-auto flex flex-col items-start justify-start gap-3 md:h-1/2 md:flex-row md:items-center md:gap-10">
|
||||
|
|
@ -357,6 +357,11 @@ const gridItems: GridItem[] = [
|
|||
border-radius: 3rem;
|
||||
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#intro {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.social-card:not(#intro) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue