We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c509fcf commit d211ce3Copy full SHA for d211ce3
frontend/src/components/About/PortfolioDisplay.tsx
@@ -13,7 +13,7 @@ const PortfolioDisplay = ({ portfolios }: PortfolioDisplayProps) => {
13
14
return (
15
<div>
16
- <div className="flex justify-between max-w-full h-12 my-6 snap-x snap-mandatory overflow-y-hidden pb-1
+ <div className="flex justify-between max-w-full my-6 snap-x snap-mandatory overflow-y-hidden pb-1
17
[&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar]:h-2
18
[&::-webkit-scrollbar-track]:bg-transparent
19
[&::-webkit-scrollbar-thumb]:rounded-full
0 commit comments