kosmos/akkounts-web
kosmos
/
akkounts-web
Archived
8
1
Fork 0

Make things smaller on small screens

This commit is contained in:
Basti 2019-10-16 17:09:44 +02:00
parent ffd804d00b
commit 513318bc91
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
1 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,7 @@ html, body {
margin: 0;
padding: 0;
font-family: Abel, sans-serif;
font-size: 16px;
font-size: 14px;
text-rendering: optimizeLegibility;
}
@ -256,6 +256,10 @@ input.invalid {
}
@media (min-width: 460px) {
html, body {
font-size: 16px;
}
main {
.explainer {
margin-bottom: 4rem;