Skip to content

Commit

Permalink
Test for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiguel10 committed Oct 11, 2023
1 parent c37be92 commit 5699dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/home/about-me.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ ContentDisplay;
const AboutMe = () => {
return (
<ContentDisplay
className="col-span-2 w-full min-[560px]:col-span-4 h-64"
className="col-span-2 w-full min-[560px]:col-span-4"
symbol={<User />}
name="About Me"
description="Introduction"
>
<div className="line-clamp-1 text-ellipsis text-sm text-gray-11 px-4 py-4">
<p className="overflow-auto">
<p className="overflow-auto h-max">
I am a full-stack developer with experience in React.js and Vue.js. I
also have a strong interest in the blockchain technology and web3. I
was a previous fullstack developer at Deloitte and I took a year off
Expand Down

0 comments on commit 5699dbc

Please sign in to comment.