diff -r 97536386b397 -r 57d63a248f0d client/src/App.scss --- a/client/src/App.scss Wed Aug 29 11:02:36 2018 +0200 +++ b/client/src/App.scss Fri Aug 31 15:14:18 2018 +0200 @@ -1,4 +1,5 @@ -@import "bootstrap/variables"; +@import 'bootstrap/scss/functions'; +@import 'bootstrap/scss/variables'; .App { text-align: center; @@ -142,7 +143,7 @@ padding: 20px 10px 20px 80px; margin-bottom: 10px; cursor: pointer; - min-height: ($line-height-computed * 4); + // min-height: ($line-height-computed * 4); border: 1px solid transparent; &:before {