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.
Issues:
Text is illegible on phones:
Additionally, the text is way too big on desktops (compared to other text on the page):
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).
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.
Issues: Text is illegible on phones: Additionally, the text is way too big on desktops (compared to other text on the page): 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).