summaryrefslogtreecommitdiff
path: root/pages/assets/style.scss
diff options
context:
space:
mode:
authorsoutherntofu <southerntofu@squat.net>2019-02-15 11:35:56 +0000
committersoutherntofu <southerntofu@squat.net>2019-02-15 11:35:56 +0000
commitdc41cdf016c4c2022e74e4bdd103094cdefcc513 (patch)
treeb130048a95018ae32fb42b855f41cbc5203cf035 /pages/assets/style.scss
parent374b125cac18198250fdec4e40e8f570e5c1c95f (diff)
Make header responsive (fix #11)
Diffstat (limited to 'pages/assets/style.scss')
-rw-r--r--pages/assets/style.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/assets/style.scss b/pages/assets/style.scss
index c3cade1..cce3fd9 100644
--- a/pages/assets/style.scss
+++ b/pages/assets/style.scss
@@ -55,4 +55,8 @@ $well-bg-color: #fff;
$well-border-color: #555;
@import "mixins";
-@import "leap"; \ No newline at end of file
+@import "leap";
+
+// Trying not to break stuff, we just add things for now
+// Then we'll merge _new.scss into _leap.scss
+@import "new";