Skip to content

Commit

Permalink
Fixes responsive button styling for conference archive landing pages
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Stephanus <taoist.futility@pm.me>
  • Loading branch information
Aaron Stephanus committed Feb 2, 2024
1 parent 8167f5c commit 23f8d67
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _sass/_redesign-conference.scss
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,26 @@ h2.conference-speaker-session-page {
margin-bottom: 40px;
flex-wrap: wrap;
row-gap: 30px;
> .redesign-button--wrapper {
@media screen and (max-width: 420px) {
width: calc(100vw - 70px);
> a.redesign-button--anchor {
width: calc(100vw - 70px);
height: 60px;
> .redesign-button--contents {
justify-content: space-evenly;
align-items: center;
> .redesign-button--contents--icon-slot {
padding: 18px 0 10px 0px;
}
> .redesign-button--contents--text-slot {
font-size: 24px;
padding-top: 0;
}
}
}
}
}
}
> .solutions-card-grid {
background: unset;
Expand Down

0 comments on commit 23f8d67

Please sign in to comment.