that max-height was way small for mobile
This commit is contained in:
parent
aa9d1594a0
commit
beabdc0809
|
@ -135,7 +135,7 @@
|
|||
.primary {
|
||||
color: $secondary;
|
||||
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
||||
max-height: 300px;
|
||||
max-height: 800px;
|
||||
overflow: auto;
|
||||
|
||||
a[href] {
|
||||
|
|
Loading…
Reference in New Issue