scss typography_05.scss
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss typography_05.scss相关的知识,希望对你有一定的参考价值。
:root {
/* spacing values */
--space-xxxs: 0.25em;
--space-xxs: 0.375em;
--space-xs: 0.5em;
--space-sm: 0.75em;
--space-md: 1.25em;
--space-lg: 2em;
--space-xl: 3.25em;
--space-xxl: 5.25em;
--space-xxxl: 8.5em;
}
h1, h2, h3, h4, form legend {
margin-bottom: var(--space-xxs);
line-height: var(--heading-line-height);
}
.text-container {
h2, h3, h4 {
margin-top: var(--space-sm);
}
ul, ol, p {
margin-bottom: var(--space-md);
}
}
以上是关于scss typography_05.scss的主要内容,如果未能解决你的问题,请参考以下文章
scss typography_09.scss
scss typography_07.scss
scss typography_06.scss
scss typography_04.scss
scss typography_03.scss
scss typography_02.scss