aboutsummaryrefslogtreecommitdiff
path: root/assets/sass/noscript.scss
diff options
context:
space:
mode:
authorDylan Bolger <dylanbolger@Dylans-MacBook-Air.local>2018-03-21 12:34:37 -0500
committerDylan Bolger <dylanbolger@Dylans-MacBook-Air.local>2018-03-21 12:34:37 -0500
commit72ccfcc4aa30a637faf1c7da0d294329f01e34f7 (patch)
treef714c987ba86935e4e65e965c5fb5234be2c9f82 /assets/sass/noscript.scss
parent326a698cf46ee56959a0a8c8082d02f35ae15571 (diff)
downloadpersonal-website-72ccfcc4aa30a637faf1c7da0d294329f01e34f7.tar.xz
personal-website-72ccfcc4aa30a637faf1c7da0d294329f01e34f7.zip
working on web
Diffstat (limited to 'assets/sass/noscript.scss')
-rw-r--r--assets/sass/noscript.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/sass/noscript.scss b/assets/sass/noscript.scss
new file mode 100644
index 0000000..aefc645
--- /dev/null
+++ b/assets/sass/noscript.scss
@@ -0,0 +1,16 @@
+@import 'libs/vars';
+@import 'libs/functions';
+@import 'libs/mixins';
+@import 'libs/skel';
+
+/*
+ Ethereal by HTML5 UP
+ html5up.net | @ajlkn
+ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+*/
+
+/* Page */
+
+ body {
+ overflow-x: scroll;
+ } \ No newline at end of file