LaurierCS / Website

Official website for the Laurier Computing Society - built with love in React!
https://lauriercs.ca
MIT License
7 stars 5 forks source link

[Maintenance] 🔧 Center Hero Title on Mobile #169

Open AmirAgassi opened 1 day ago

AmirAgassi commented 1 day ago

📝 Objective:

Fix the hero section title alignment on mobile devices to be properly centered.

📋 Details:

The hero section title <Laurier Computing Society /> is left aligned on mobile devices. It needs to be fixed by:

  1. Changing the flex container alignment in HeroSection.tsx
  2. Making sure the glitch effect container stays centered on small screens

📂 Files to Update:

AmirAgassi commented 1 day ago

image