agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
679 stars 56 forks source link

spock.li looks bad on iPad mini #53

Closed roshats closed 8 years ago

roshats commented 9 years ago

On iPad mini https://www.spock.li looks like this: img_2051_2

agrafix commented 9 years ago

@folsen did most of the homepage design, do you have ideas? It might be enough to add the bootstrap class img-responsive to the image?

folsen commented 9 years ago

@agrafix yeah, i wonder what's up here, if I recall correctly I tested on iPhone, but perhaps iPad mini is somewhere in-between in sizes. I might have time to check it out during the weekend!

roshats commented 9 years ago

@agrafix, @folsen I think that the problem is

@media (min-width: 768px)
.container {
    width: 900px;
}
roshats commented 8 years ago

Fixed.