Сайт Fakel Gym
https://fakelgym.cp.good-production.xyz/
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.
50 lines
861 B
50 lines
861 B
@layer utilities {
|
|
.container {
|
|
max-width: 1330px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
@layer utilities {
|
|
.container {
|
|
padding-left: 24px;
|
|
padding-right: 24px;
|
|
}
|
|
}
|
|
}
|
|
@media (max-width: 349px) {
|
|
@layer utilities {
|
|
.container {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
/*@utility alignfull {
|
|
width: 100vw;
|
|
margin: 0 calc(50% - 50vw) !important;
|
|
}
|
|
|
|
@utility alignwide {
|
|
width: calc(200px + var(--wp--style--global--wide-size));
|
|
|
|
img {
|
|
width: 100%;
|
|
|
|
margin: 0 -100px 0 -100px !important;
|
|
}
|
|
}
|
|
|
|
@utility alignnone {
|
|
height: auto;
|
|
max-width: 100%;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
@utility aligncenter {
|
|
margin: 0.5rem auto !important;
|
|
}*/
|
|
|