that max-height was way small for mobile

This commit is contained in:
Jeff Atwood 2014-07-31 23:26:16 -07:00
parent aa9d1594a0
commit beabdc0809
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
.primary { .primary {
color: $secondary; color: $secondary;
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
max-height: 300px; max-height: 800px;
overflow: auto; overflow: auto;
a[href] { a[href] {