Better way of displaying a simple list on different screen

I am building a simple app with two screens with list of quotes(inside cards), an image and an about screen. For a mobile app it's fairly enough(went for Tab approach), but for bigger screens like Desktop, Tablets etc. it gets uglier like lots of empty spaces for shorter quotes. One possibility is dividing the screen and show the image always(but for Tablet it might get congested). Is there any better way to organize/design it without having to customize individual card size based on length?