From e19bcbd7ceda0ce638837a16c7f390f335f7b832 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 14 Jul 2017 21:02:46 +0200 Subject: Create bad-password-generator random project --- style/_random-project.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'style') diff --git a/style/_random-project.scss b/style/_random-project.scss index 3ddcf04..74aeac5 100644 --- a/style/_random-project.scss +++ b/style/_random-project.scss @@ -1,5 +1,8 @@ body.random-project { margin: 0; + height: 100vh; + display: flex; + flex-direction: column; } .random-project__header { @@ -60,3 +63,6 @@ body.random-project { } } } + +// import the style sheet of all the random projects +@import '../random-project/bad-password-generator/style.scss'; -- cgit v1.1