android mobile bugfixes

This commit is contained in:
Zachary Kain 2013-03-06 01:29:13 -05:00
parent f0462d022f
commit 81a527e5d6
3 changed files with 6 additions and 2 deletions

View file

@ -21,8 +21,11 @@
// at 600px when 2col starts breaking
@media (max-width: 37.5em)
.grid
padding-right: 0
.module
width: 100%
padding-left: 0
.task-column
max-height: none
overflow: visible

View file

@ -60,6 +60,7 @@ for $stage in $stages
margin-bottom: 0.75em
outline: 1px solid rgba(0,0,0,0.15)
outline-offset: -1px
background-color: white
// the input field
.addtask-field
@ -192,7 +193,7 @@ for $stage in $stages
content: ''
display: block
font-size: 3em
line-height: 0.76
line-height: 0.8
text-align: center
color: black
opacity: 0.2

View file

@ -12,7 +12,7 @@
HabitRPG | Gamify Your Life
<Head:>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- webfonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic' rel='stylesheet' type='text/css'>