Commit ac56c200 authored by hyeryung's avatar hyeryung

update title style

parent bfd6703e
Pipeline #19303 passed with stages
in 1 minute and 29 seconds
......@@ -564,7 +564,12 @@
}
.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 {
......@@ -720,8 +725,7 @@
.doc .videoblock .title,
.doc table.tableblock caption {
color: var(--caption-font-color);
font-size: calc(16 / var(--rem-base) * 1rem);
font-style: var(--caption-font-style);
font-size: 15px;
font-weight: var(--caption-font-weight);
hyphens: none;
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