You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
triumf-landing/assets/scss/_m-container.scss

7 lines
114 B

.container {
max-width: 1236px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
box-sizing: border-box;
}