aceade / cdz-vue-site

A practice project to teach myself Vue, based on a scifi series I'm working on
MIT License
0 stars 0 forks source link

Add page(s) for the short story collections #40

Closed aceade closed 2 years ago

aceade commented 2 years ago

I have two collections:

The question is whether or not to use one page per collection, or share a page. Regardless, the page(s) will have to include the following:

aceade commented 2 years ago

Different pages per collection would be easier for performance, especially since I have new components for those specific areas.

aceade commented 2 years ago

The cover art for The Cruagh Island Affair doesn't quite scale on mobile. The fix for that is to check if the screen size is less than e.g. 512px and override width settings.