Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Krishna 195

    @krishna-nayak

    Posted

    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.

    0