STYLE Handling titles and small details
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
21f5cd288d
commit
c198abd7d7
|
|
@ -52,11 +52,22 @@
|
||||||
}
|
}
|
||||||
article {
|
article {
|
||||||
/* @apply py-12 my-12; */
|
/* @apply py-12 my-12; */
|
||||||
|
@apply text-carhop-gray;
|
||||||
.article-title {
|
.article-title {
|
||||||
@apply mb-8;
|
@apply mb-8;
|
||||||
}
|
}
|
||||||
.article-tags {
|
.article-tags {
|
||||||
@apply mb-12;
|
@apply mb-12;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
@apply mb-6;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2,
|
||||||
|
h3 {
|
||||||
|
@apply font-bold nunito mb-3 mt-12;
|
||||||
|
font-size: 1.7rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user