Hey guys,
How would i implement these styles to my website? I’m trying to change the width of my website. Please replace container with what class it would be for my website. Really struggling on this one if anyone can help
https://directcomputers.co.uk/
@media screen and (max-width: 1280px)
.container {
width: 100%!important;
}
.container {
background: #fff;
margin: 0 auto;
width: 1280px;
}
