Skip to content

Commit

Permalink
Merge pull request #99 from eine/flex-body
Browse files Browse the repository at this point in the history
sass: body flex display
  • Loading branch information
orf committed Aug 23, 2020
2 parents d7d803f + 3a69e25 commit de888fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion assets/css/site.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
// Include just the Bulma elements we require.
@import "bulma/bulma"

html, body
height: 100%

body
display: flex
flex-direction: column

.content
word-break: break-word

Expand All @@ -27,7 +34,7 @@
.is-medium
pre
font-size: $size-normal

.no-margin
margin-left: 0
margin-right: 0

0 comments on commit de888fe

Please sign in to comment.