Skip to content

Commit

Permalink
fix(layout): adjust full/primary display
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerd Müller committed Feb 14, 2021
1 parent 1840afa commit a9746b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ui/src/lib/chapter/chapter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
}

.full {
flex: 1 80%;
flex: 0 80%;
}

.primary {
flex: 1 66%;
flex: 0 66%;
}

.second {
Expand Down

0 comments on commit a9746b9

Please sign in to comment.