Fix book banner

This commit is contained in:
Jeremy Thomas
2018-04-10 23:02:30 +01:00
parent d72f51ece7
commit a1c8414c59
12 changed files with 44 additions and 39 deletions

View File

@@ -25,11 +25,19 @@ $intro-width: 1080px
$navbar-item-img-max-height: none
@import "../bulma"
%center
align-items: center
display: flex
justify-content: center
%bd-box
background-color: $white
border-radius: $radius-large
box-shadow: 0 1.5rem 1.5rem -1.25rem rgba($black, 0.1)
display: block
=selection($current-selector: false)
@if $current-selector
&::-moz-selection
@@ -42,7 +50,6 @@ $navbar-item-img-max-height: none
\::selection
@content
@import "../bulma"
@import "./_sass/main"
@import "./_sass/highlight"
@import "./_sass/override"