Skip to content

Commit dcc42a8

Browse files
committed
Formatting adjustment
1 parent a3601ce commit dcc42a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/About/PortfolioDisplay.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const PortfolioDisplay = () => {
99

1010
return (
1111
<div>
12-
<div className="flex justify-between max-w-full h-12 my-6 snap-x snap-mandatory overflow-y-hidden pb-1 [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar]:h-2
12+
<div className="flex justify-between max-w-full h-12 my-6 snap-x snap-mandatory overflow-y-hidden pb-1
13+
[&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar]:h-2
1314
[&::-webkit-scrollbar-track]:bg-transparent
1415
[&::-webkit-scrollbar-thumb]:rounded-full
1516
[&::-webkit-scrollbar-thumb]:bg-gray-300">

0 commit comments

Comments
 (0)