revert spacing reduction from 4afbcb9
This commit is contained in:
parent
e27f07e57d
commit
27d1a605af
|
@ -38,7 +38,8 @@
|
||||||
}
|
}
|
||||||
.header-title {
|
.header-title {
|
||||||
font-size: $font-0;
|
font-size: $font-0;
|
||||||
margin: 0 0 0.25em 0;
|
// the margin-bottom here is fragile, changing it can cause tag alignment issues
|
||||||
|
margin: 0 0 0.35em 0;
|
||||||
.archetype-private_message & {
|
.archetype-private_message & {
|
||||||
// PMs might have participant avatars in the header
|
// PMs might have participant avatars in the header
|
||||||
margin: 0 0 0.15em 0;
|
margin: 0 0 0.15em 0;
|
||||||
|
|
Loading…
Reference in New Issue