TheFishwrapper / fishwrapper

Serverless Node.js application that runs the webserver for thefishwrapper.news
Apache License 2.0
1 stars 3 forks source link

Fix Mobile Page #11

Open ellepants opened 5 years ago

ellepants commented 5 years ago

Adjust the mobile version of the website to be more readable.

  1. Show the thumbnail images for all posts on the website
  2. Hide all the carousels
CapitalistLepton commented 3 years ago

This applies only to the index page and should be doable with CSS media queries. For example, @media (max-width: 500px) to apply CSS for devices with screens smaller than 500px.