Skip to content

Commit

Permalink
Fix profile image responsive sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyJ80 committed Jun 18, 2024
1 parent 89c0d5b commit 223453f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions css/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1165,10 +1165,6 @@ html {
min-height: 100vh;
}

.max-w-sm {
max-width: 24rem;
}

.flex-1 {
flex: 1 1 0%;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="hero min-h-screen bg-base-200">
<div class="hero-content flex-col lg:flex-row">
<img src="./assets/profile.jpeg" class="max-w-sm rounded-lg shadow-2xl" />
<img src="./assets/profile.jpeg" class="rounded-lg shadow-2xl" />
<div>
<h1 class="text-5xl font-bold">Meet the hacker!</h1>
<p class="py-6">Looking for your new favorite software engineer? Look no further! I'm here to provide
Expand Down

0 comments on commit 223453f

Please sign in to comment.