Skip to content

Commit

Permalink
💄UI - Fixing Presenters' image (#2065)
Browse files Browse the repository at this point in the history
Fixed #2026
Affected Route: `/netug/*`

Screenshot: TODO
  • Loading branch information
amankumarrr authored Jan 17, 2024
1 parent ba96710 commit 278fa3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/usergroup/sections/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const UserGroupHeader = ({
<section
className={classNames(
className,
"bg-polygons border-b-8 border-sswRed bg-cover bg-no-repeat"
"bg-polygons border-b-8 border-sswRed bg-cover bg-no-repeat md:max-h-112"
)}
>
<Container
Expand Down Expand Up @@ -110,7 +110,7 @@ export const UserGroupHeader = ({
</div>
</div>
{presenter.image && (
<div className="flex max-w-xl shrink-0 flex-col justify-end self-end max-md:mx-auto">
<div className="flex max-w-xl shrink-0 flex-col justify-end self-end max-md:mx-auto md:h-112">
<Image
className="!relative align-bottom"
src={presenter.image}
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = {
22: "5.5rem",
62: "15.5rem",
102: "25.5rem",
112: "28rem",
172: "43rem",
},
width: {
Expand Down

0 comments on commit 278fa3c

Please sign in to comment.