feat: add tablet styles (768-1023px)

This commit is contained in:
Kentai Radiquum 2025-07-23 11:52:12 +05:00
parent 5981db3626
commit e63a3126ae
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
10 changed files with 67 additions and 24 deletions

View file

@ -40,8 +40,8 @@ export const Photos = () => {
return (
<div className="flex flex-col gap-4">
<Section>
<div className="flex flex-col gap-2">
<h2 className="text-4xl">Photos</h2>
<div className="flex flex-col gap-2 md:flex-row md:justify-between md:items-center">
<h2 className="text-4xl md:text-5xl">Photos</h2>
<div className="flex items-center gap-4">
{links.map((item) => (
<Link href={item.url} key={`photos.link.${item.text}`}>