aboutsummaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-07-14 21:02:46 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-07-14 21:02:46 +0200
commite19bcbd7ceda0ce638837a16c7f390f335f7b832 (patch)
treeb8dffc6cf1d3e606cc9f4861c4df41e471a97359 /style
parent13ddaef4689ce7ff315113e17e6ab49727ca7e88 (diff)
Create bad-password-generator random project
Diffstat (limited to 'style')
-rw-r--r--style/_random-project.scss6
1 files changed, 6 insertions, 0 deletions
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';