mobile friendly

This commit is contained in:
2015-08-18 21:07:17 +02:00
parent b0dc4f6483
commit 6a97fba1de
9 changed files with 263 additions and 227 deletions

9
style/_small_screen.scss Normal file
View File

@@ -0,0 +1,9 @@
@media (max-width: 40.5em) {
#buffer {
width: 6em;
height: 6em;
}
#buffer .fa {
font-size:6em;
}
}