Compare commits
3 Commits
65bba0994f
...
c198abd7d7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c198abd7d7 | ||
|
|
21f5cd288d | ||
|
|
58ef463850 |
|
|
@ -1,3 +1,3 @@
|
|||
.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 {
|
||||
/* @apply py-12 my-12; */
|
||||
@apply text-carhop-gray;
|
||||
.article-title {
|
||||
@apply mb-8;
|
||||
}
|
||||
.article-tags {
|
||||
@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",
|
||||
"color": "#d6c3ff"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Gray",
|
||||
"slug": "carhop-gray",
|
||||
"color": "#484D4A"
|
||||
},
|
||||
{
|
||||
"name": "Secondary",
|
||||
"slug": "secondary",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user