about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorPavel Djundik <xPaw@users.noreply.github.com>2017-04-08 16:28:23 +0300
committerEugen <eugen@zeonfederated.com>2017-04-08 15:28:23 +0200
commitfc146a19cc2fe37a4701caa5b0911e859d46255d (patch)
treedec0f3e9c71ff7be93c0d46d7c16a44becf16914 /app
parent941a593ea8a9d5e863117db574242fde3aab96db (diff)
Improve about page responsiveness (#1252)
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/about.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/assets/stylesheets/about.scss b/app/assets/stylesheets/about.scss
index c9d9dc5d5..6d9bd50a3 100644
--- a/app/assets/stylesheets/about.scss
+++ b/app/assets/stylesheets/about.scss
@@ -158,6 +158,14 @@
       color: $color5;
     }
   }
+
+  @media screen and (max-width: 500px) {
+    flex-direction: column;
+
+    .section {
+      text-align: left;
+    }
+  }
 }
 
 .owner {
@@ -281,6 +289,15 @@
       }
     }
   }
+
+  @media screen and (max-width: 625px) {
+    flex-direction: column;
+
+    .sidebar {
+      border: 1px solid lighten($color1, 10%);
+      width: auto;
+    }
+  }
 }
 
 .features-list {