Сайт 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.
42 lines
658 B
42 lines
658 B
article > *:not(.entry-content),
|
|
.entry-content > * {
|
|
@apply mx-auto;
|
|
}
|
|
|
|
.entry-content, .block-editor-block-list__layout {
|
|
/* h1 {
|
|
@apply text-2xl;
|
|
}
|
|
|
|
h2 {
|
|
@apply text-xl;
|
|
}
|
|
|
|
h3 {
|
|
@apply text-lg;
|
|
}
|
|
|
|
p, ul, ol {
|
|
a {
|
|
@apply text-blue-500 underline;
|
|
|
|
&:hover {
|
|
@apply no-underline;
|
|
}
|
|
}
|
|
|
|
@apply mb-8;
|
|
}*/
|
|
|
|
ul:not(.block-editor-block-variation-picker__variations) {
|
|
li {
|
|
@apply list-disc list-inside;
|
|
}
|
|
}
|
|
|
|
ol {
|
|
li {
|
|
@apply list-decimal list-inside;
|
|
}
|
|
}
|
|
}
|
|
|