From 131471396a03ee70e3415b977049dcb9f4d50c10 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Thu, 4 Jun 2026 22:12:34 -0700 Subject: demo styling updates --- demo/asset/style/shared.css | 10 +++++++++- demo/index.html | 2 +- demo/pastel-simple.html | 2 +- demo/pastel.html | 2 +- demo/simple.html | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) (limited to 'demo') diff --git a/demo/asset/style/shared.css b/demo/asset/style/shared.css index ed8a6d1..117a1cf 100644 --- a/demo/asset/style/shared.css +++ b/demo/asset/style/shared.css @@ -135,8 +135,9 @@ section { align-items: center; display: flex; flex-direction: column; - height: 45vh; justify-content: center; + min-height: 50vh; + padding: 2rem 0 5rem; h1 { cursor: pointer; @@ -151,6 +152,13 @@ section { } .links { + @media (max-width: 600px) { + align-items: anchor-center; + display: flex; + flex-direction: column; + gap: 0.75rem; + } + .link { border-radius: 5rem; padding: 0.5rem 1rem; diff --git a/demo/index.html b/demo/index.html index 14fd9f3..aa351a2 100644 --- a/demo/index.html +++ b/demo/index.html @@ -25,7 +25,7 @@ - +