Skip to content

Commit

Permalink
feat(pillrow): add style override for author page
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl committed Apr 11, 2024
1 parent ae5afca commit 81a13d1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions site/gdocs/pages/Author.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,37 @@

.author-work {
background-color: $blue-5;

.article-block__pill-row {
background-color: $blue-95;

.article-block__pill-row-interior {
flex-direction: column;
padding: 0 0 24px;
}

p {
color: $blue-40;
line-height: normal;
margin-bottom: 16px;
white-space: normal; // reset default nowrap for heading (useful on mobile)
}

ul {
@include md-up {
flex-wrap: wrap;
row-gap: 8px;
}
}

.article-block__pill {
a {
color: $white;
background-color: $blue-65;
&:hover {
background-color: $blue-90;
}
}
}
}
}

0 comments on commit 81a13d1

Please sign in to comment.