minor styling changes

This commit is contained in:
Sara
2023-11-22 13:53:12 +01:00
parent f14e6f5a7f
commit 4226428f58
3 changed files with 21 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ export default () => (
<div className="flex flex-grow items-center justify-center h-20">
<FontAwesomeIcon
icon={faSpinner}
className="animate-spin-slow text-gray-600 flex-grow rounded-lg md:rounded-xl h-10"
className="animate-spin-slow text-gray-600 flex-grow rounded-lg md:rounded-xl h-10 w-10"
/>
</div>
);