#393 readme update

This commit is contained in:
Denys Vuika
2016-07-11 12:23:36 +01:00
parent f52ee495f2
commit 9b6dcde0bc
18 changed files with 181 additions and 361 deletions

View File

@@ -0,0 +1,9 @@
.container {
margin: 10px;
}
@media only screen and (max-width: 640px) {
.container {
margin: 0;
}
}