Summary
Changes the height for all cards. Currently, on smaller screens, text wrapping results in more than one line and therefore causes a height difference between cards on the same row.
Issue: none
Changes
resources/views/welcome.blade.php: added height: 100% to the card and adjusted the card-body to center the text
resources/views/welcome.blade.php: removed the autoplayButtonOutput from appearing on the carousel
Summary Changes the height for all cards. Currently, on smaller screens, text wrapping results in more than one line and therefore causes a height difference between cards on the same row.
Changes
resources/views/welcome.blade.php
: addedheight: 100%
to the card and adjusted the card-body to center the textresources/views/welcome.blade.php
: removed the autoplayButtonOutput from appearing on the carouselImages
Before (full screen)
Before (mid screen)
After (full screen)
After (mid screen)