cornelius / inqlude

Command line client for independent Qt library archive
inqlude.org
GNU General Public License v2.0
31 stars 11 forks source link

Make layout responsive #6

Closed cornelius closed 7 years ago

cornelius commented 11 years ago

The layout assumes a certain width right now. It should still render nicely without horizontal scrolling for smaller widths, e.g. on a tablet or on a phone.

nanduni-nin commented 8 years ago

In order to make responsive layouts, I have several suggestions.

cornelius commented 8 years ago

The site is simple enough, so I would prefer to avoid pulling in a framework. By eliminating assumptions about the screen size and possibly introducing media queries it should be possible to make the site responsive.

cornelius commented 7 years ago

Done, released, and published now.