UX: use default H2 and H3 sizes on user profiles for better hierarchy
This commit is contained in:
parent
97fd12e8af
commit
4a01fee41b
|
@ -86,9 +86,7 @@
|
|||
}
|
||||
|
||||
h2 {
|
||||
font-size: $font-up-2;
|
||||
font-weight: normal;
|
||||
margin-top: 10px;
|
||||
max-width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
@ -97,9 +95,7 @@
|
|||
|
||||
h3 {
|
||||
font-weight: normal;
|
||||
font-size: $font-0;
|
||||
margin: 5px 0;
|
||||
|
||||
margin-bottom: 0.5em;
|
||||
.d-icon:not(:first-of-type) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue