front-end

This commit is contained in:
unstop
2014-07-27 09:50:41 +08:00
parent 27ee4c5fc4
commit 5cfa210fe6
5 changed files with 635 additions and 1 deletions

19
static/styles/mobile.less Normal file
View File

@@ -0,0 +1,19 @@
@media (max-width: 767px) {
h1{
font-size: 1.5em;
}
h2{
font-size: 1.3em;
}
h3{
font-size: 1.2em;
}
.container{
input, button{
float: none;
width: 100%;
margin-bottom: .5em;
}
}
}