diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 9d20ea4..2f6d930 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,5 +3,4 @@
-
diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss
index 1a2c7af..170cd59 100644
--- a/static/src/scss/style.scss
+++ b/static/src/scss/style.scss
@@ -1,5 +1,7 @@
$fa-font-path: "../fonts";
@import "node_modules/font-awesome/scss/font-awesome";
+@import "node_modules/bootstrap/scss/bootstrap-grid";
+// Import Alpha theme (ish)
@import 'alpha';