diff options
| author | netop://ウィビ <paul@webb.page> | 2026-06-04 22:12:34 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-06-04 22:12:34 -0700 |
| commit | 131471396a03ee70e3415b977049dcb9f4d50c10 (patch) | |
| tree | 813fb23cd723d89f44ea4f62c0cbcb84009d3759 /demo/asset | |
| parent | 20d0e0d2f6f105fb4a9bfe3fcb03c0b9a53f7f20 (diff) | |
| download | uchu-131471396a03ee70e3415b977049dcb9f4d50c10.tar.gz uchu-131471396a03ee70e3415b977049dcb9f4d50c10.zip | |
demo styling updates
Diffstat (limited to '')
| -rw-r--r-- | demo/asset/style/shared.css | 10 |
1 files changed, 9 insertions, 1 deletions
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; |