Improved display of home page on smaller devices

This commit is contained in:
Stefan Zermatten
2017-06-28 09:27:24 +02:00
parent 8fa9cd0148
commit 812a1784b2
2 changed files with 9 additions and 4 deletions

View File

@@ -21,10 +21,15 @@
max-width: 300px;
padding: 16px;
text-align: center;
min-width: 0;
}
.intro .section .columns {
max-width: 100%;
}
.intro paper-button {
min-width: 200px;
flex-basis: 200px;
}