mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-08 15:33:54 +05:00
feat: add tablet styles (768-1023px)
This commit is contained in:
parent
5981db3626
commit
e63a3126ae
10 changed files with 67 additions and 24 deletions
|
@ -32,8 +32,8 @@ const links = [
|
|||
export const Contacts = () => {
|
||||
return (
|
||||
<Section>
|
||||
<h2 className="text-4xl">Contacts</h2>
|
||||
<div className="grid grid-cols-2 gap-4">
|
||||
<h2 className="text-4xl md:text-5xl">Contacts</h2>
|
||||
<div className="grid grid-cols-2 md:grid-cols-3 gap-4">
|
||||
{links.map((item) => {
|
||||
if (item.url) {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue