jdenoc / money-tracker

income/expense tracker with receipt retention
MIT License
5 stars 0 forks source link

use css container queries #555

Open jdenoc opened 1 year ago

jdenoc commented 1 year ago

Instead of using viewport media queries, use container queries.

There is a tailwind package to help with this.

jdenoc commented 1 year ago

Could be done in tandem with or after #257