Untitled

 avatar
unknown
plain_text
a year ago
3.1 kB
6
Indexable
.pmc-content-html {
  @apply text-base;
}

.pmc-content-html h1 {
  display: block;
  /* font-size: 2em; */
  font-size: 32px;
  margin-top: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.2;
}

.pmc-content-html h2 {
  display: block;
  /* font-size: 1.5em; */
  font-size: 24px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.3;
}

.pmc-content-html h3 {
  display: block;
  /* font-size: 1.17em; */
  font-size: 20px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.4;
}

.pmc-content-html h4 {
  display: block;
  font-size: 16px;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.5;
}

.pmc-content-html h5 {
  display: block;
  /* font-size: 0.83em; */
  font-size: 14px;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.6;
}

.pmc-content-html h6 {
  display: block;
  /* font-size: 0.67em; */
  font-size: 12px;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.7;
}

.pmc-content-html p {
  /* margin-block-start: 1rem;
  margin-block-end: 1rem; */
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.pmc-content-html ul {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  padding-inline-start: 40px;
  list-style-type: disc;
}

.pmc-content-html li {
  outline: none;
  display: list-item;
}

.pmc-content-html table {
  @apply border border-neutral-200;
}

.pmc-content-html thead {
  @apply border border-neutral-200;
}

.pmc-content-html tr {
  @apply border border-neutral-200;
}

.pmc-content-html td {
  @apply border border-neutral-200;
}

.pmc-content-html table {
  @apply table-auto border-collapse;
  display: table;
  text-indent: 0;
}

.pmc-content-html thead {
  display: table-header-group;
  vertical-align: middle;
}

.pmc-content-html tr {
  display: table-row;
  vertical-align: inherit;
}

.pmc-content-html td {
  @apply border-b p-2 pl-4;
  display: table-cell;
  vertical-align: inherit;
}

@media (max-width: 767px) {
  .pmc-content-html h1 {
    /* font-size: 1.8em; */
    font-size: 28px;
    line-height: 1.2;
  }

  .pmc-content-html h2 {
    /* font-size: 1.4em; */
    font-size: 20px;
    line-height: 1.3;
  }

  .pmc-content-html h3 {
    /* font-size: 1.1em; */
    font-size: 18px;
    line-height: 1.4;
  }

  .pmc-content-html h4 {
    /* font-size: 1em; */
    font-size: 16px;
    line-height: 1.5;
  }

  .pmc-content-html h5 {
    /* font-size: 0.9em; */
    font-size: 14px;
    line-height: 1.6;
  }

  .pmc-content-html h6 {
    /* font-size: 0.8em; */
    font-size: 12px;
    line-height: 1.7;
  }
}
Editor is loading...
Leave a Comment