increase overlay size on mobile
It was apparently very difficult to see before
This commit is contained in:
parent
555cd37cd1
commit
a1bb44b7ce
|
@ -36,6 +36,9 @@ body
|
|||
background-image: url('/img/noise.gif')
|
||||
background-size: 25%
|
||||
|
||||
@include mobile()
|
||||
background-size: 200%
|
||||
|
||||
.outerdiv
|
||||
@include div-center()
|
||||
width: 90%
|
||||
|
|
Loading…
Reference in New Issue