mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-05 00:14:25 +02:00
web/SectionHeading: fix weird wrapping
This commit is contained in:
parent
a5c704c5f0
commit
2bee3e896d
@ -39,7 +39,7 @@
|
|||||||
.heading-container {
|
.heading-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap-reverse;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user