From: Pavel Djundik Date: Sat, 8 Apr 2017 13:28:23 +0000 (+0300) Subject: Improve about page responsiveness (#1252) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=fc146a19cc2fe37a4701caa5b0911e859d46255d;p=mastodon.git Improve about page responsiveness (#1252) --- 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 {