DavidAJohn / PhotoPortfolio

Personal photo portfolio .NET web application which implements a Blazor and Tailwind CSS user interface with a MongoDb database, and includes integration with Stripe Checkout and Prodigi Print API
0 stars 1 forks source link

Improve image carousel responsiveness #71

Closed DavidAJohn closed 4 months ago

DavidAJohn commented 4 months ago

The image carousel on the home page works as intended at large screen sizes, but at the smallest size there is a large white space that appears below it before the biography section appears.

I'd like to remove most of that empty space so that the circular biography image apears just below the carousel at the smallest screen size, but on larger screens is not visible without scrolling.