Merge branch 'develop' into 'develop'

Localizable about pages

See merge request soapbox-pub/soapbox-fe!546
This commit is contained in:
Alex Gleason
2021-07-02 02:03:13 +00:00
6 changed files with 96 additions and 11 deletions

View File

@ -359,6 +359,28 @@ $fluid-breakpoint: $maximum-width + 20px;
}
}
.also-available {
padding-top: 0;
ul {
display: inline;
padding-left: 0;
list-style: none;
li {
display: inline;
&::after {
content: ' · ';
}
}
li:last-child::after {
content: '';
}
}
}
.public-layout {
position: relative;
background-color: var(--brand-color);