aboutsummaryrefslogtreecommitdiff
path: root/demo/asset/style
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-06-04 22:12:34 -0700
committernetop://ウィビ <paul@webb.page>2026-06-04 22:12:34 -0700
commit131471396a03ee70e3415b977049dcb9f4d50c10 (patch)
tree813fb23cd723d89f44ea4f62c0cbcb84009d3759 /demo/asset/style
parent20d0e0d2f6f105fb4a9bfe3fcb03c0b9a53f7f20 (diff)
downloaduchu-131471396a03ee70e3415b977049dcb9f4d50c10.tar.gz
uchu-131471396a03ee70e3415b977049dcb9f4d50c10.zip
demo styling updates
Diffstat (limited to 'demo/asset/style')
-rw-r--r--demo/asset/style/shared.css10
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;