Skip to content

Commit

Permalink
added gender pronouns
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuraghavb committed Dec 21, 2021
1 parent cfb687b commit 6aea5fc
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/styles/T1.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions assets/styles/T1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ main {
font-size: 1.5rem;
margin: 0;
}
.pronouns {
display: block;
font-size: 0.9rem;
opacity: 0.8;
font-weight: normal;
margin: 0 0 0.5rem;
}
.bizname {
font-size: 0.9rem;
margin: 0.5rem 0 0;
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/T2.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions assets/styles/T2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@ main {
font-size: 1.5rem;
margin: 0;
}
.pronouns {
display: block;
font-size: 0.9rem;
opacity: 0.8;
font-weight: normal;
margin: 0 0 0.5rem;
}
.bizname {
font-size: 0.9rem;
margin: 0.5rem 0 0 0;
Expand Down
Loading

0 comments on commit 6aea5fc

Please sign in to comment.