CreatEDHack / createdhack.github.io

CreatED Hack 2020 website
https://createdhack.github.io
BSD 2-Clause "Simplified" License
17 stars 16 forks source link

Make schedule responsive #39

Closed caitlin-mcdougall closed 4 years ago

martinstarkov commented 4 years ago

Don't merge this because you forgot to pull from origin before making edits so you were working on an older version. Notice how this version still contains the uncentered schedule and unbolded dates. Make sure you pull from the origin before making any edits. image

Issues: Text is illegible on phones: image Additionally, the text is way too big on desktops (compared to other text on the page): image Consider adjusting the font-sizing to something more reasonable and use CSS media queries to change the text size for specific size devices. (This allows you, for instance, to have font-size: 1.5em for devices above 1200px in width and font-size: 3em for devices below that size) (just an example).