django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.86k stars 937 forks source link

Fix table style for foundation flatpage #1468

Closed sabderemane closed 5 months ago

sabderemane commented 5 months ago

Prior to this change, the foundation page have 2 tables with previous boards which are not responsive and hard to distinguish rows in mobile.

This change add two CSS classes which fixes this issue.

Screenshots 📷

BEFORE

Capture d’écran 2024-01-16 à 01 52 27 Capture d’écran 2024-01-16 à 01 52 45

AFTER

Dark Mode

Capture d’écran 2024-01-16 à 01 41 21 Capture d’écran 2024-01-16 à 01 41 28 Capture d’écran 2024-01-16 à 01 41 42

Light Mode

Capture d’écran 2024-01-16 à 01 44 52 Capture d’écran 2024-01-16 à 01 46 03
thibaudcolas commented 5 months ago

I was able to answer my own question – and have updated the flatpages’ HTML already. So this should be live once the site is deployed again.