From d938a333c208c67c890a9e4888d4cbabcc2b1e87 Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Wed, 21 Mar 2018 12:19:35 -0500 Subject: working on web --- cydia/assets/sass/noscript.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cydia/assets/sass/noscript.scss (limited to 'cydia/assets/sass/noscript.scss') diff --git a/cydia/assets/sass/noscript.scss b/cydia/assets/sass/noscript.scss new file mode 100644 index 0000000..aefc645 --- /dev/null +++ b/cydia/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 -- cgit v1.2.3