AOSSIE-Org / website

AOSSIE Offical Website
https://aossie-org.github.io/website/
MIT License
18 stars 115 forks source link

Overlapping Cards on Tablet Dimensions (640px to 715px) #183

Open Sushant9473 opened 1 month ago

Sushant9473 commented 1 month ago

SMALL BUG: There is an issue where the two cards ("Social Street Smart" and "Djed") overlap when the screen width is between 640px and 715px. This problem occurs on tablet devices or when the browser is resized to these dimensions. I Can fix this !

Suggested Fix: Ensure that the cards have adequate spacing and do not overlap by modifying the CSS for the relevant breakpoints (640px to 715px). For example, you can adjust the flex properties or add specific styles for these breakpoints to ensure proper layout.

Sushant9473 commented 1 month ago

i would like to work on this issue