diff options
Diffstat (limited to 'demo/asset')
| -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; |