REFACTOR Reformating file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1a01ef0ba6
commit
b2e7b42a30
|
|
@ -1,5 +1,5 @@
|
||||||
@import "tailwindcss/components";
|
@import 'tailwindcss/components';
|
||||||
@import "tailwindcss/utilities";
|
@import 'tailwindcss/utilities';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply font-sans;
|
@apply font-sans;
|
||||||
|
|
@ -9,11 +9,11 @@ body {
|
||||||
@apply max-w-screen-xl;
|
@apply max-w-screen-xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block[data-align="wide"] {
|
.wp-block[data-align='wide'] {
|
||||||
@apply max-w-screen-xl;
|
@apply max-w-screen-xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block[data-align="full"] {
|
.wp-block[data-align='full'] {
|
||||||
@apply max-w-full;
|
@apply max-w-full;
|
||||||
}
|
}
|
||||||
.wp-block.alignfull {
|
.wp-block.alignfull {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user