diff options
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) { |