This commit is contained in:
GP_DEV
2025-06-01 12:33:52 +03:00
commit 3ab7ac5a79
108 changed files with 12507 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
@utility container {
max-width: 1330px;
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;
}