Commit ac56c200 authored by hyeryung's avatar hyeryung

update title style

parent bfd6703e
...@@ -564,7 +564,12 @@ ...@@ -564,7 +564,12 @@
} }
.doc .quoteblock .title { .doc .quoteblock .title {
font-weight: 500; color: var(--caption-font-color);
font-size: 15px;
font-weight: var(--caption-font-weight);
hyphens: none;
letter-spacing: 0.01em;
margin-bottom: -15px;
} }
.doc .quoteblock .attribution { .doc .quoteblock .attribution {
...@@ -720,8 +725,7 @@ ...@@ -720,8 +725,7 @@
.doc .videoblock .title, .doc .videoblock .title,
.doc table.tableblock caption { .doc table.tableblock caption {
color: var(--caption-font-color); color: var(--caption-font-color);
font-size: calc(16 / var(--rem-base) * 1rem); font-size: 15px;
font-style: var(--caption-font-style);
font-weight: var(--caption-font-weight); font-weight: var(--caption-font-weight);
hyphens: none; hyphens: none;
letter-spacing: 0.01em; letter-spacing: 0.01em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment