Add center class to headings.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Madeorsk 2024-09-23 15:22:25 +02:00
parent 565153c2d7
commit 2d5d16c1ce
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.2.2",
"name": "@kernelui/core",
"description": "Kernel UI Core.",
"scripts": {

View file

@ -1,6 +1,9 @@
h1, h2, h3, h4, h5, h6
{
margin: 0.8em auto;
&.center, &.main
{ text-align: center; }
}
h1