that max-height was way small for mobile
This commit is contained in:
parent
aa9d1594a0
commit
beabdc0809
|
@ -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] {
|
||||||
|
|
Loading…
Reference in New Issue