fix h2,h3,h4 sizing in markdown files (#341)
continuous-integration/drone/push Build is passing Details

fixes #306

Co-authored-by: catherine-w <37776108+catherine-w@users.noreply.github.com>
Reviewed-on: #341
Reviewed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-authored-by: c29wan <c29wan@localhost>
Co-committed-by: c29wan <c29wan@localhost>
This commit is contained in:
c29wan 2021-11-06 19:38:56 -04:00 committed by n3parikh
parent d585c4a1af
commit 56d52a5de6
1 changed files with 9 additions and 0 deletions

View File

@ -57,6 +57,15 @@
fill: var(--primary-accent);
}
.card h1,
.card h2,
.card h3,
.card h4 {
font-size: calc(16rem / 16);
margin-top: calc(24rem / 16);
margin-bottom: calc(8rem / 16);
}
@media only screen and (max-width: calc(768rem / 16)) {
.details {
bottom: 0;