remiberthoz / anki-periodic-table-memory-pegs

Periodic Table flashcard deck for Ankl
https://ankiweb.net/shared/info/490209917
MIT License
50 stars 5 forks source link

Implement responsive design to suit all devices #137

Open remiberthoz opened 2 years ago

remiberthoz commented 2 years ago

Currently, the cards display correctly on all devices (smartphones, computers, tablets), but do not look great on all. The CSS is pinning the size of cards to a specific pixel count.

Implementing a responsive design to adjust the size of the cards, table, image, text, fonts and so on based on the Anki client used, and the screen size, would by far improve the quality of the deck. On wide screens, we could implement the proposal of #130, namely a wide periodic table with lanthanides and actinides inserted as on this Wikimedia:

![](https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Wide_Periodic_Table.svg/800px-Wide_Periodic_Table.svg.png?20160310022438)

Help is warmly welcomed!