From 9f89e398c88fa0982363d5f42e10f04dc4b58911 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 7 Sep 2017 12:26:06 +0530 Subject: initial commit for development --- website/static/sass/layout/_wrapper.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 website/static/sass/layout/_wrapper.scss (limited to 'website/static/sass/layout/_wrapper.scss') diff --git a/website/static/sass/layout/_wrapper.scss b/website/static/sass/layout/_wrapper.scss new file mode 100755 index 0000000..c5a05eb --- /dev/null +++ b/website/static/sass/layout/_wrapper.scss @@ -0,0 +1,21 @@ +/// +/// Stellar by HTML5 UP +/// html5up.net | @ajlkn +/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) +/// + +/* Wrapper */ + + #wrapper { + width: _size(inner); + max-width: calc(100% - 4em); + margin: 0 auto; + + @include breakpoint(xsmall) { + max-width: calc(100% - 2em); + } + + @include breakpoint(xxsmall) { + max-width: 100%; + } + } \ No newline at end of file -- cgit