manual design fixes
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
Adam Sobotka 2022-10-27 15:27:26 +02:00
rodič 9984e26704
revize 7d4b6dff01
2 změnil soubory, kde provedl 7 přidání a 2 odebrání

Zobrazit soubor

@ -24,12 +24,17 @@
}
.list {
@apply mb-4 leading-relaxed hover:underline hover:text-white;
@apply my-4 leading-relaxed hover:text-white list-disc;
}
.active {
@apply underline;
}
.href
{
@apply underline;
}
}
@font-face {

Zobrazit soubor

@ -128,7 +128,7 @@
class="mb-12"
>
<div
class="[&_h1]:header [&_h2]:head2 [&_li]:list [&_h3]:head3 [&_h4]:head4 [&_h5]:head5 [&_img[src*='#left']]:hidden md:[&_img[src*='#left']]:flex md:[&_img[src*='#left']]:float-left [&_img[src*='#left']]:mt-12 [&_img[src*='#left']]:mr-5"
class="[&_a]:href [&_h1]:header [&_h2]:head2 [&_li]:list [&_h3]:head3 [&_h4]:head4 [&_h5]:head5 [&_img[src*='#left']]:hidden md:[&_img[src*='#left']]:flex md:[&_img[src*='#left']]:float-left [&_img[src*='#left']]:mt-12 [&_img[src*='#left']]:mr-5"
>
{@html data.content}
</div>