feat: add @tailwindcss/line-clamp dependency and integrate responsive layout adjustments in Admin components for improved UI
This commit is contained in:
@@ -60,7 +60,7 @@ const AdminDashboard = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className='flex justify-between items-center'>
|
||||
<div className='flex flex-col md:flex-row md:justify-between md:items-center'>
|
||||
<div className="mb-8">
|
||||
<h1 className="text-4xl md:text-5xl font-semibold text-[var(--purple-ink)] mb-4" style={{ fontFamily: "'Inter', sans-serif" }}>
|
||||
Admin Dashboard
|
||||
@@ -69,9 +69,9 @@ const AdminDashboard = () => {
|
||||
Manage users, events, and membership applications.
|
||||
</p>
|
||||
</div>
|
||||
<Link to={'/'}>
|
||||
<Link to={'/'} className=''>
|
||||
<Button
|
||||
className="btn-lavender"
|
||||
className="btn-lavender mb-8 md:mb-0 "
|
||||
>
|
||||
<Globe />
|
||||
View Public Site
|
||||
|
||||
Reference in New Issue
Block a user