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 | |
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')
-rw-r--r-- | users/aspen/goodcry-band/index.css | 28 | ||||
-rw-r--r-- | users/aspen/goodcry-band/index.html | 24 |
2 files changed, 33 insertions, 19 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) { diff --git a/users/aspen/goodcry-band/index.html b/users/aspen/goodcry-band/index.html index 15b1fba8a779..ea9ec2f65414 100644 --- a/users/aspen/goodcry-band/index.html +++ b/users/aspen/goodcry-band/index.html @@ -21,11 +21,6 @@ <subtitle> just let it all out, baby </subtitle> <hr /> </header> - <p> - Good Cry is rock n roll by way of grief for an unreachable future. Good - Cry is songs about the trials and tribulations of NYC trans love and - community. Good Cry is the joy in the heartache - </p> <h2>Shows</h2> <ul class="link-list"> <li> @@ -37,11 +32,20 @@ </a> </li> </ul> - <p> - DM us - <a href="https://www.instagram.com/goodcryband_bk/">on Instagram</a> for - booking inquiries - </p> + <div class="content"> + <hr /> + <p> + Good Cry is rock n roll by way of grief for an unreachable future. Good + Cry is songs about the trials and tribulations of NYC trans love and + community. Good Cry is the joy in the heartache + </p> + <hr /> + <p> + DM us + <a href="https://www.instagram.com/goodcryband_bk/">on Instagram</a> for + booking inquiries + </p> + </div> <nav class="social-links"> <a href="https://www.instagram.com/goodcryband_bk/" title="Instagram"> <svg |