Merge branch 'patch-1' into 'master'

Fix mobile look of content of About pages

See merge request soapbox-pub/soapbox-fe!48
This commit is contained in:
Alex Gleason 2020-06-05 23:26:57 +00:00
commit 04b93a8747

View file

@ -18,6 +18,8 @@ $small-breakpoint: 960px;
margin: 40px 0;
background: var(--foreground-color);
border-radius: 6px;
@media screen and (max-width: 520px) { margin: 40px 20px; }
@media screen and (max-width: 767px) {
margin-top: 0;
@ -707,8 +709,6 @@ $small-breakpoint: 960px;
max-width: 600px;
padding: 15px 30px;
@media screen and (max-width: 520px) { padding: 0; }
& > :first-child {
margin-top: 0.5em;
}