Add center class to headings.
This commit is contained in:
parent
565153c2d7
commit
2d5d16c1ce
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"name": "@kernelui/core",
|
"name": "@kernelui/core",
|
||||||
"description": "Kernel UI Core.",
|
"description": "Kernel UI Core.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
h1, h2, h3, h4, h5, h6
|
h1, h2, h3, h4, h5, h6
|
||||||
{
|
{
|
||||||
margin: 0.8em auto;
|
margin: 0.8em auto;
|
||||||
|
|
||||||
|
&.center, &.main
|
||||||
|
{ text-align: center; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h1
|
h1
|
||||||
|
|
Loading…
Reference in a new issue