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 {
|
||||
@apply text-xl font-black;
|
||||
}
|
||||
|
||||
hr {
|
||||
@apply mb-4;
|
||||
|
||||
&:last-child {
|
||||
@apply mb-0;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
@apply mb-4 whitespace-pre-wrap;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
@apply mb-0;
|
||||
|
||||
&:last-child {
|
||||
@apply mb-0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue