]> cat aescling's git repositories - mastodon.git/commitdiff
Improve about page responsiveness (#1252)
authorPavel Djundik <xPaw@users.noreply.github.com>
Sat, 8 Apr 2017 13:28:23 +0000 (16:28 +0300)
committerEugen <eugen@zeonfederated.com>
Sat, 8 Apr 2017 13:28:23 +0000 (15:28 +0200)
app/assets/stylesheets/about.scss

index c9d9dc5d5984e0adc6783f2c4ce4614d072c7542..6d9bd50a32372881fde6d3deba0df5aa2c548381 100644 (file)
       color: $color5;
     }
   }
+
+  @media screen and (max-width: 500px) {
+    flex-direction: column;
+
+    .section {
+      text-align: left;
+    }
+  }
 }
 
 .owner {
       }
     }
   }
+
+  @media screen and (max-width: 625px) {
+    flex-direction: column;
+
+    .sidebar {
+      border: 1px solid lighten($color1, 10%);
+      width: auto;
+    }
+  }
 }
 
 .features-list {