Added margin left to greeting widget for screen size of sm and above

pull/3037/head
smolpaw 3 months ago committed by GitHub
parent 9ba8f3193d
commit 3610b36e0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,7 +17,7 @@ export default function Greeting({ options }) {
return (
<Container options={options} additionalClassNames="information-widget-greeting">
<Raw>
<span className={`text-theme-800 dark:text-theme-200 mr-3 ${textSizes[options.text_size || "xl"]}`}>
<span className={`text-theme-800 dark:text-theme-200 sm:ml-2 mr-3 ${textSizes[options.text_size || "xl"]}`}>
{options.text}
</span>
</Raw>

Loading…
Cancel
Save