update markup styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
604ebdd24a
commit
e3b4741041
1 changed files with 12 additions and 4 deletions
|
@ -12,13 +12,21 @@
|
||||||
h3 {
|
h3 {
|
||||||
@apply text-xl font-black;
|
@apply text-xl font-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
@apply mb-4;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
@apply mb-0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@apply mb-4 whitespace-pre-wrap;
|
@apply mb-4 whitespace-pre-wrap;
|
||||||
}
|
|
||||||
|
&:last-child {
|
||||||
p:last-child {
|
@apply mb-0;
|
||||||
@apply mb-0;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue