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:
commit
04b93a8747
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue