KeithCu / LinuxReport

Customizable Linux news site based on Python / Flask
https://covidreport.keithcu.com/
GNU Lesser General Public License v3.0
10 stars 2 forks source link

Mobile order #15

Closed KeithCu closed 4 years ago

KeithCu commented 4 years ago

The mobile order isn't the same as the desktop. One way to fix it would just be to not create 3 columns. The question of whether it's a mobile request can be determined in CSS, but this needs it in the Python.

KeithCu commented 4 years ago

Changed Python to just have 1 column for mobile pages.