aboutsummaryrefslogtreecommitdiff
path: root/assets/sass/layout/_page-wrapper.scss
diff options
context:
space:
mode:
authorDylan Bolger <dylanbolger@Dylans-MacBook-Air.local>2018-03-21 12:19:35 -0500
committerDylan Bolger <dylanbolger@Dylans-MacBook-Air.local>2018-03-21 12:19:35 -0500
commitd938a333c208c67c890a9e4888d4cbabcc2b1e87 (patch)
tree4276d32ddacfffb6fb749d29e7824e17ab35f50b /assets/sass/layout/_page-wrapper.scss
parent44a20c7d9ecd8737baac8606f89ae68b62e05594 (diff)
downloadpersonal-website-d938a333c208c67c890a9e4888d4cbabcc2b1e87.tar.xz
personal-website-d938a333c208c67c890a9e4888d4cbabcc2b1e87.zip
working on web
Diffstat (limited to 'assets/sass/layout/_page-wrapper.scss')
-rw-r--r--assets/sass/layout/_page-wrapper.scss43
1 files changed, 0 insertions, 43 deletions
diff --git a/assets/sass/layout/_page-wrapper.scss b/assets/sass/layout/_page-wrapper.scss
deleted file mode 100644
index b63a3aa..0000000
--- a/assets/sass/layout/_page-wrapper.scss
+++ /dev/null
@@ -1,43 +0,0 @@
-///
-/// Ethereal by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Page Wrapper */
-
- #page-wrapper {
- @include vendor('display', 'flex');
- @include vendor('align-items', 'center');
- @include vendor('justify-content', 'flex-start');
- @include vendor('flex-grow', '1');
- @include vendor('flex-shrink', '1');
- height: 100%;
- padding: 5rem;
-
- @include orientation(portrait) {
- padding-left: 2rem;
- padding-right: 2rem;
- }
-
- @include breakpoint(short) {
- padding: 6vh;
- }
-
- @include breakpoint(xshort) {
- padding: 0;
- }
- }
-
- @include breakpoint(small) {
- #page-wrapper {
- height: auto;
- padding: 1rem;
- }
- }
-
- @include breakpoint(xsmall) {
- #page-wrapper {
- padding: 0;
- }
- } \ No newline at end of file