Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
989f1f04d2 | |||
7bbd04e47a |
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"name": "@kernelui/core",
|
"name": "@kernelui/core",
|
||||||
"description": "Kernel UI Core.",
|
"description": "Kernel UI Core.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -46,5 +46,5 @@
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-router-dom": "^7.0.1"
|
"react-router-dom": "^7.0.1"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.5.0"
|
"packageManager": "yarn@4.5.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,12 @@ h1, h2, h3, h4, h5, h6
|
||||||
|
|
||||||
&.center, &.main
|
&.center, &.main
|
||||||
{ text-align: center; }
|
{ text-align: center; }
|
||||||
|
|
||||||
|
> svg
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
bottom: -0.15em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h1
|
h1
|
||||||
|
|
Loading…
Add table
Reference in a new issue