Update CSS classes for multiple components

The commit refactors CSS classes of multiple components to improve the visual consistency across different resolutions. The changes include adjusting margin, padding, fonts, and adding hover states to some elements. Furthermore, the logo size has been made responsive for both small and large views.
This commit is contained in:
gbuomprisco
2024-07-18 19:39:09 +02:00
parent 3fbb4f7b97
commit 1510ddec09
3 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ function AuthButtons() {
<ArrowRightIcon
className={
'ml-1 h-4 w-4 transition-transform duration-500 group-hover:translate-x-1'
'ml-1 h-4 w-4 transition-transform duration-500 group-hover:translate-x-1 hidden lg:block'
}
/>
</Link>