I am attempting to modify the Dark Nav with White Page Header template in TailwindUI/Vue (
CodePudding user response:
I think it's working as it should because min-h-full
means to take the full height which is specified in the content section as h-96
if you want to get rid of the white space give the top-level div this class
min-h-screen bg-amber-300