Skip to content

Commit

Permalink
small sizing issue on mobile fixed (portfolio)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreniel committed Dec 27, 2023
1 parent b1fba87 commit 9735192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Portfolio (props) {
</h1>
<p className="text-xs translate-y-[-20px]">(psst... scroll horizontally!)</p>
<div className="carousel carousel-end rounded-box w-3/4 md:w-full space-x-10 pb-5">
<div className="carousel-item w-72 h-[35rem]">
<div className="carousel-item w-72">
<div className="card bg-mist-black my-3 shadow-xl">
<figure><img src="/zephyr.png" alt="Zephyr" /></figure>
<div className="card-body">
Expand Down

0 comments on commit 9735192

Please sign in to comment.