Compare commits
3 Commits
65bba0994f
...
c198abd7d7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c198abd7d7 | ||
|
|
21f5cd288d | ||
|
|
58ef463850 |
|
|
@ -1,3 +1,3 @@
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
@apply text-carhop-purple-500 py-6 fjalla font-bold text-3xl my-6 border-primary pl-4 border-t border-b;
|
@apply text-carhop-purple-500 py-6 fjalla font-bold text-4xl my-6 border-primary pl-4 border-t border-b;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,11 @@
|
||||||
"slug": "carhop-purple",
|
"slug": "carhop-purple",
|
||||||
"color": "#d6c3ff"
|
"color": "#d6c3ff"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Carhop Gray",
|
||||||
|
"slug": "carhop-gray",
|
||||||
|
"color": "#484D4A"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Secondary",
|
"name": "Secondary",
|
||||||
"slug": "secondary",
|
"slug": "secondary",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user