Markdown event headings are not gigantic

pull/193/head
Aditya Thakral 2 years ago
parent 6b88cf308b
commit 6a098be2b7
  1. 14
      components/EventCard.module.css

@ -49,6 +49,15 @@
display: none;
}
.children h1,
.children h2,
.children h3,
.children h4 {
font-size: 1rem;
margin-top: calc(24rem / 16);
margin-bottom: calc(8rem / 16);
}
@media only screen and (max-width: calc(768rem / 16)) {
.card {
flex-direction: column;
@ -107,6 +116,11 @@
display: none;
}
.children ul,
.children ol {
padding-left: 1rem;
}
.mobileShowDescriptionContent .children {
display: unset;
}

Loading…
Cancel
Save