FEATURE Introducing component and first special behaviour on h1

This commit is contained in:
Nonimart 2025-06-20 10:22:07 +02:00
parent d99a706689
commit a6f11e08ab

View File

@ -0,0 +1,5 @@
.page--single-articles {
h1 {
@apply mb-6;
}
}