mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +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 {
|
||||
margin-bottom: 1em;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 0 0.35em;
|
||||
.d-icon {
|
||||
margin-right: 0.5em;
|
||||
color: var(--primary-high);
|
||||
}
|
||||
.badge-category__wrapper {
|
||||
font-size: var(--font-0);
|
||||
align-self: baseline;
|
||||
}
|
||||
}
|
||||
|
||||
&.stats {
|
||||
|
|
Loading…
Reference in New Issue
Block a user