Skip to content

Commit

Permalink
member: center name on phones
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Sep 4, 2024
1 parent 35b7508 commit 5074cc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/members/[id].astro
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ export async function getStaticPaths() {
font-size: 1rem;
font-weight: normal;
}
@media (max-width: 800px) {
text-align: center;
}
}
}
.annual-report {
Expand Down

0 comments on commit 5074cc6

Please sign in to comment.