Compare commits

...

3 Commits

Author SHA1 Message Date
Nonimart
c198abd7d7 STYLE Handling titles and small details
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-20 11:17:58 +02:00
Nonimart
21f5cd288d COLOR Introducing new gray 2025-06-20 11:17:35 +02:00
Nonimart
58ef463850 STYLE Increasing font size 2025-06-20 11:17:21 +02:00
3 changed files with 17 additions and 1 deletions

View File

@ -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;
}

View File

@ -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;
}
}
}

View File

@ -34,6 +34,11 @@
"slug": "carhop-purple",
"color": "#d6c3ff"
},
{
"name": "Carhop Gray",
"slug": "carhop-gray",
"color": "#484D4A"
},
{
"name": "Secondary",
"slug": "secondary",