From 910c20bd0046af2d8064d98eb918dd1adf4a0dbf Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Fri, 7 Feb 2020 09:06:52 +0530 Subject: [PATCH] :iphone: Working on responsive design --- assets/css/styles.scss | 10 +++++----- layouts/default.vue | 8 +------- package.json | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index ef0fda730..2bb3bba07 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -92,7 +92,7 @@ footer { .wrapper { min-height: 100vh; display: flex; - flex-direction: column; + flex-flow: column nowrap; } .wrapper .page { @@ -246,7 +246,7 @@ nav.secondary-nav { } .footer { - flex-direction: column; + flex-flow: column nowrap; } h1, @@ -699,7 +699,7 @@ ol { ul li, ol li { display: inline-flex; - flex-direction: column; + flex-flow: column nowrap; flex-grow: 1; justify-content: center; } @@ -713,7 +713,7 @@ ol li { * { display: inline-flex; - flex-wrap: wrap; + flex-flow: row wrap; align-items: center; justify-content: center; } @@ -919,7 +919,7 @@ input[type="radio"]:checked + label + .tab { ul, ol { - flex-direction: column; + flex-flow: column nowrap; } ul li, diff --git a/layouts/default.vue b/layouts/default.vue index ba1973406..b029eff92 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -411,7 +411,7 @@ {{ version.name }}