Compare commits

...

2 commits
v1.8.2 ... main

Author SHA1 Message Date
989f1f04d2
Version 1.8.3 and update yarn.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-11-30 18:25:05 +01:00
7bbd04e47a
Fix icon position in headings.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-30 18:24:34 +01:00
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"version": "1.8.2",
"version": "1.8.3",
"name": "@kernelui/core",
"description": "Kernel UI Core.",
"scripts": {
@ -46,5 +46,5 @@
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.1"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.3"
}

View file

@ -4,6 +4,12 @@ h1, h2, h3, h4, h5, h6
&.center, &.main
{ text-align: center; }
> svg
{
position: relative;
bottom: -0.15em;
}
}
h1