@MikDra1
Posted
WOW!
Really good work! One thing that you should improve is the horizontal scroll. To prevent this from happening use this code snippet:
.container {
overflow-x: hidden;
//or
overflow: hidden;
}
Hope you found this comment helpful 💗💗💗
Good job and keep going 😁😉😊
@robcrock
Posted
@MikDra1 that's a great call out! Thank you for taking a look and sharing this support.