diff options
author | Aspen Smith <root@gws.fyi> | 2024-02-18T18·58-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-18T19·06+0000 |
commit | abe92e38c218824a70e6b71c35a9c4500d430030 (patch) | |
tree | 5bbda6563e386519d0d92cb4103fe73f89c130cd /users/aspen/goodcry-band/index.css | |
parent | a2a02d8111010dbc428c0b6d870286beb4a54132 (diff) |
feat(aspen/goodcry-band): Move blurb below show list r/7553
Change-Id: I56d23af0a08947e5f28aedf41c9c3d4ac490ac7f Reviewed-on: https://cl.tvl.fyi/c/depot/+/10962 Reviewed-by: aspen <root@gws.fyi> Tested-by: BuildkiteCI Autosubmit: aspen <root@gws.fyi>
Diffstat (limited to 'users/aspen/goodcry-band/index.css')
-rw-r--r-- | users/aspen/goodcry-band/index.css | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/users/aspen/goodcry-band/index.css b/users/aspen/goodcry-band/index.css index cd7b51af44dd..ef2aaee88279 100644 --- a/users/aspen/goodcry-band/index.css +++ b/users/aspen/goodcry-band/index.css @@ -52,25 +52,30 @@ subtitle { padding-bottom: 2.7rem; } -header hr { +hr { border-top-style: none; border-left-style: none; border-right-style: none; - border-color: var(--gray); - margin-bottom: 2.7rem; + border-bottom: 1px solid var(--gray); width: 35%; + margin: 1.4rem 0; +} + +header hr { + margin-top: 0; + margin-bottom: 2.7rem; } .header-image { - width: 100%; - max-width: 100%; + width: 75%; + max-width: 75%; transform: translateX(4%); margin-top: 1rem; } -@media (min-width: 800px) { +@media (min-width: 600px) { .header-image { - max-width: 800px; + max-width: 600px; margin-bottom: 1.2rem; } } @@ -81,15 +86,21 @@ h2 { padding-bottom: 0.5rem; } +.content { + display: flex; + flex-direction: column; + align-items: center; +} + a { color: var(--blue); text-decoration: none; } p { - margin-bottom: 1.5rem; text-align: center; max-width: 400px; + padding: 0 1rem; } a:active { @@ -102,7 +113,6 @@ a:active { list-style: none; font-size: 1.2em; text-align: center; - margin-bottom: 1rem; } @media (min-width: 800px) { |