apply some design suggestions from #2197

pull/2206/head
Richard Harris 7 years ago
parent 81e59157c2
commit 74777c54f3

@ -90,6 +90,7 @@
font: 400 var(--h6) var(--font); font: 400 var(--h6) var(--font);
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.12em; letter-spacing: 0.12em;
font-weight: 700;
} }
.subsection { .subsection {

@ -208,6 +208,7 @@
border-top: 2px solid var(--second); border-top: 2px solid var(--second);
color: var(--second); color: var(--second);
line-height: 1; line-height: 1;
text-transform: uppercase;
} }
.content section:first-of-type > h2 { .content section:first-of-type > h2 {

Loading…
Cancel
Save