Resize the content for seasoned messages and the settings wrapper to look better on mobile

This commit is contained in:
2019-10-30 23:45:48 +01:00
parent 563eb3f1ef
commit b46e586c92
2 changed files with 21 additions and 1 deletions

View File

@@ -129,7 +129,11 @@ a {
}
}
.settings {
padding: 35px;
padding: 3rem;
@include mobile-only {
padding: 1rem;
}
&__header {
margin: 0;