@berryboylbSubmitted almost 4 years ago
I would like feedback and want to know the highest point anyone can get.
I would like feedback and want to know the highest point anyone can get.
Try to Remove all height value from class "fat", "thin", "thin-1", "fat-1" - removing height means it adjusts its height according to the text. but, you have given the height fixed px value so it maintaining it 375px ... and give @media(max-width: 800px) in place of 1024px. You mainly use Flex-Box, I guess, but give it a try in Grid-CSS. Grid-CSS more flexible in 2D layout, whereas flex-Box is best for 1D layout.