Compare commits

..

2 Commits

Author SHA1 Message Date
catherine-w 96f7b1a8b3 Merge branch 'fix-md-font' of https://git.csclub.uwaterloo.ca/www/www-new into fix-md-font
continuous-integration/drone/push Build is passing Details
2021-10-23 16:08:24 -04:00
catherine-w 742c71300b update font sizing 2021-10-23 16:07:13 -04:00
1 changed files with 1 additions and 8 deletions

View File

@ -57,6 +57,7 @@
fill: var(--primary-accent); fill: var(--primary-accent);
} }
.card h1,
.card h2, .card h2,
.card h3, .card h3,
.card h4 { .card h4 {
@ -84,12 +85,4 @@
.nameSpacer { .nameSpacer {
display: none; display: none;
} }
.card h2,
.card h3,
.card h4 {
font-size: calc(18rem / 16);
margin-top: calc(24rem / 16);
margin-bottom: calc(8rem / 16);
}
} }