Skip to content

Commit

Permalink
hide eyes on ipad and remove dropshadow
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Apr 29, 2024
1 parent 9cb22f2 commit 0894123
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions components/v4/card/ToolIconCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ const ToolIconCard = ({ tool, withBackground, small }) => {
<Image
tabIndex={0}
loader={gumletLoader}
layout="fill"
width="100"
height="100"
objectFit="cover"
src={
coverImage ||
"https://prototypr-media.sfo2.digitaloceanspaces.com/strapi/176d3d79cb9ad1acc057fb0eb3fe72d0.jpeg"
}
className="object-cover drop-shadow-sm"
className="object-cover w-full h-full"
alt="Author profile picture"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/v4/hero/IntroBanner2.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const IntroBanner = ({ tools, sponsor }) => {
<div className="relative">
<img src="/static/images/robotitosuelto.png" className="w-[125px] -mb-3 drop-shadow-[0_35px_35px_rgba(0,0,0,0.25)] md:-mb-3 md:w-[165px] md:-scale-x-100 max-w-[400px] md:max-w-full cursor-collab z-40 pointer-all"/>

<div className="hidden 2md:block eyes-follow-tired absolute z-20 top-0 mt-[48px] md:mt-[42px] 2md:mt-[48px] right-[66px] md:right-[60px] 2md:right-[66px]">
<div className="hidden xl:block eyes-follow-tired absolute z-20 top-0 mt-[48px] md:mt-[42px] 2md:mt-[48px] right-[66px] md:right-[60px] 2md:right-[66px]">
<div className="container">
<div className="eyes">
<div id="left-eye" className="eye" style={styleLeftEye}>
Expand Down
2 changes: 1 addition & 1 deletion components/v4/layout/NewsColumn.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const NewsColumn = ({
</div>
);
})} */}
<div className="z-10 absolute z-10 hidden md:block pointer-events-none bottom-0 left-0 w-full h-32 bg-gradient-to-t from-white" />
<div className="z-10 absolute z-10 hidden md:block pointer-events-none bottom-0 left-0 w-full h-32 bg-gradient-to-t from-[#fbfcff]" />
</div>
</div>
);
Expand Down

0 comments on commit 0894123

Please sign in to comment.