.container {
width: 700px;
margin: 0 auto;
margin-top: 40px;
@media screen and (max-width: 740px) {
width: 100%;
margin: 0;
}
.logo-container {
margin: 100px auto;
margin-bottom: 50px;
@media screen and (max-width: 400px) {
margin: 30px auto;
margin-bottom: 20px;
h1 {
display: flex;
justify-content: center;
align-items: center;
img {
height: 42px;
margin-right: 10px;
a {
color: $primary-text-color;
text-decoration: none;
outline: 0;
padding: 12px 16px;
line-height: 32px;
font-family: 'mastodon-font-display', sans-serif;
font-weight: 500;
font-size: 14px;
.compose-standalone {
.compose-form {
width: 400px;
padding: 20px 0;
box-sizing: border-box;
margin-top: 0;
padding: 20px;
.account-header {
font-size: 13px;
line-height: 18px;
padding-bottom: 0;
margin-bottom: -30px;
margin-bottom: 10px;
.avatar {
width: 40px;
height: 40px;
margin-right: 8px;
height: 100%;
display: block;
border-radius: 4px;
.name {
flex: 1 1 auto;
color: $ui-secondary-color;
.username {
.logout-link {
font-size: 32px;
line-height: 40px;