New responsive UI for tablets
Some checks failed
/ build (push) Has been cancelled
/ deploy (push) Has been cancelled

This commit is contained in:
Gu://em_ 2026-03-18 17:34:51 +01:00
parent 85ed55b51d
commit 962f80fa99
2 changed files with 192 additions and 0 deletions

View file

@ -1,6 +1,7 @@
---
import "../styles/common.css";
import "../styles/mobile.css";
import "../styles/tablet.css";
import data from "../data/content.json";
const { cards, website_title, website_logo } = data;
---