1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 22:32:35 +02:00

Staff picks UI changes

This commit is contained in:
Kamran Ahmed
2025-06-19 01:52:19 +01:00
parent 205437b088
commit dda0ff0ced

View File

@@ -23,7 +23,7 @@ export function AITutorHeader(props: AITutorHeaderProps) {
<div className="mb-3 flex min-h-[35px] items-center justify-between max-sm:mb-1"> <div className="mb-3 flex min-h-[35px] items-center justify-between max-sm:mb-1">
<div className="flex w-full flex-row items-center justify-between gap-2"> <div className="flex w-full flex-row items-center justify-between gap-2">
<div className="gap-2"> <div className="gap-2">
<h2 className="relative top-0 mb-3 flex-shrink-0 text-3xl font-semibold lg:top-1"> <h2 className="relative top-0 mb-1 sm:mb-3 flex-shrink-0 text-2xl sm:text-3xl font-semibold lg:top-1">
{title} {title}
</h2> </h2>
{subtitle && <p className="mb-4 text-sm text-gray-500">{subtitle}</p>} {subtitle && <p className="mb-4 text-sm text-gray-500">{subtitle}</p>}