Sidebar iPad vision

Hello. Don’t see sidebar’s text in vertical mode on iPad. Look:

Vertical mode http://rghost.ru/57211054/image.png
Horizontal mode http://rghost.ru/57211071/image.png

My web http://tisamaya.com/

Best regards.

There is a tiny 1px problem with this theme and I have already updated it for Github version.

You can also fix it yourself by changing

@media (max-width: 768px) {

to

@media (max-width: 767px) {

directly inside style.css

There are 2 presences of it within style.css and you can change both of them.