aboutsummaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
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';