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.
 
 
 
Fakel-Gym/resources/css/utilities.css

31 lines
515 B

@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;
}