UX: use default H2 and H3 sizes on user profiles for better hierarchy

This commit is contained in:
Kris 2019-01-08 13:07:29 -05:00
parent 97fd12e8af
commit 4a01fee41b
1 changed files with 1 additions and 5 deletions

View File

@ -86,9 +86,7 @@
} }
h2 { h2 {
font-size: $font-up-2;
font-weight: normal; font-weight: normal;
margin-top: 10px;
max-width: 100%; max-width: 100%;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
@ -97,9 +95,7 @@
h3 { h3 {
font-weight: normal; font-weight: normal;
font-size: $font-0; margin-bottom: 0.5em;
margin: 5px 0;
.d-icon:not(:first-of-type) { .d-icon:not(:first-of-type) {
margin-left: 10px; margin-left: 10px;
} }