feat(aspen/goodcry-band): Move blurb below show list

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>
This commit is contained in:
Aspen Smith 2024-02-18 13:58:51 -05:00 committed by clbot
parent a2a02d8111
commit abe92e38c2
2 changed files with 33 additions and 19 deletions

View file

@ -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) {