diff --git a/assets/css/main.css b/assets/css/main.css index 3652fac..126e299 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -218,7 +218,7 @@ p { padding: 1rem; @apply bg-(--ui-bg-muted) hover:bg-(--ui-bg-elevated); h3 { @apply text-3xl font-bold; font-variation-settings: 'wdth' 125; } - h3,p { @apply w-96; z-index: 1; } + h3,p { z-index: 1; } img { @apply mb-2 aspect-video object-cover w-full; } p { @apply line-clamp-2; @@ -226,6 +226,11 @@ p { height: 2.5em; width: 100%; } + .iconify { + background-color: var(--ui-text); + width: calc(var(--spacing)*16); + height: calc(var(--spacing)*16); + } } .hamburger-toggle { @apply flex md:hidden h-16 w-9 cursor-pointer items-center justify-center hover:bg-(--ui-text)/5 active:bg-(--ui-text)/10 transition-colors duration-100 ease-fluid; @@ -297,4 +302,4 @@ ul { @apply list-disc; } .btn { height: 48px; -} \ No newline at end of file +}