mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
Include right margin on greeting widget
Closes #224 Co-Authored-By: David Moor <dave@ducks-n-tworms.co.uk>
This commit is contained in:
parent
1f85da934f
commit
5850a48ec9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default function Greeting({ options }) {
|
||||||
if (options.text) {
|
if (options.text) {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-row items-center justify-start">
|
<div className="flex flex-row items-center justify-start">
|
||||||
<span className={`text-theme-800 dark:text-theme-200 ${textSizes[options.text_size || "xl"]}`}>
|
<span className={`text-theme-800 dark:text-theme-200 mr-3 ${textSizes[options.text_size || "xl"]}`}>
|
||||||
{options.text}
|
{options.text}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue