mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +08:00
UX: fix spacing for about page headings (#25410)
This commit is contained in:
parent
0855804d72
commit
0c63463d28
|
@ -10,11 +10,16 @@ section.about {
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 0 0.35em;
|
||||||
.d-icon {
|
.d-icon {
|
||||||
margin-right: 0.5em;
|
|
||||||
color: var(--primary-high);
|
color: var(--primary-high);
|
||||||
}
|
}
|
||||||
|
.badge-category__wrapper {
|
||||||
|
font-size: var(--font-0);
|
||||||
|
align-self: baseline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.stats {
|
&.stats {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user