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 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'demo/asset') 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; -- cgit v1.2.3