Aimal Khan• 2,260
@Aimal-125
Posted
In your CSS code, increase the height of body element to 120 or 150vh by using media query with max-height: 400px;
so that your solution look good on screens with small heights.
1
Andro87• 1,460
@Andro87
Posted
Hi @Aimal-125!
Thank you so much for the suggestion!
Happy coding!
0