Container width updated

This commit is contained in:
akash 2025-09-12 21:12:03 +05:30
parent 9e46760945
commit e0a1eb1bf5

View File

@ -10058,10 +10058,34 @@ table tfoot tr th {
/*--================================--
============ Containers =============
--================================--*/
/* Default container (mobile first) */
.container {
max-width: 100%;
padding: 0 15px;
margin: 0 auto;
}
@media (min-width: 1200px) {
.container {
max-width: 1180px;
padding: 0px 15px;
}
}
@media (min-width: 1440px) {
.container {
max-width: 1100px;
}
}
@media (min-width: 1600px) {
.container {
max-width: 1300px;
}
}
@media (min-width: 1920px) {
.container {
max-width: 1600px;
}
}
@ -10071,6 +10095,18 @@ table tfoot tr th {
}
}
@media (max-width: 426px) {
.fun_facts.type_three h4 span {
font-size: 34px;
line-height: 45px;
font-weight: 700;
color: var(--heading-color-one);
display: inline-block;
font-family: var(--font-family-main);
}
}
.full-container {
position: static;
max-width: 1800px;