Open amunizp opened 2 years ago
The page layout works and adjusts because of the CSS. The CSS manipulates the layout according to screen width.
Without that style sheet, it would look horrible.
If you can find a use for dynamic CSS in this application, you will be welcome to enhance it.
The page layout just works and seems to adjust well to most mediums. So there seems to be no need for any form of style sheet.
But if there is something that does need to be changed I just read an article about static CSS and dynamic CSS. I believe dynamic is what fits this project best.
Labeling this as an enhancement for future reference. As I don't know sufficient CSS or PHP to be able to contribute yet.