Skip to content

Commit

Permalink
Fix overflowing long email addresses on sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
andiemmadavieswilcox committed Mar 3, 2024
1 parent 472ddd5 commit eef19d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/common.css
Expand Up @@ -174,6 +174,10 @@ aside {
max-height: 1000000px;
}

aside p {
font-size: 11pt;
}

aside img {
width: 100%;
}
Expand Down

0 comments on commit eef19d1

Please sign in to comment.