rstacruz / flatdoc

Build sites fast from Markdown
http://ricostacruz.com/flatdoc
2.68k stars 262 forks source link

Aligns tables with code blocks #49

Closed vahe closed 8 years ago

vahe commented 9 years ago

Fixes #41

stephaniepurvis commented 8 years ago

I realize this merge request is a year old, but it just helped me solve an issue. I'd like to suggest though, instead of just adding "float:left", to add it inside a media query with a min width of 1180px. This seems to solve the responsive wonkiness that happens when using float:left on the tables.

@media (min-width: 1180px)
    float left