Skip to content

Commit

Permalink
fix: πŸ› styles for discussionTools
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Jan 6, 2024
1 parent 91b5b40 commit ca2ef43
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;

.mw-headline {
font-family: var( --fonts-serif );
}

& > h2 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
}

@media ( max-width: @width-breakpoint-tablet ) {
Expand Down

0 comments on commit ca2ef43

Please sign in to comment.