Skip to content

Commit

Permalink
Blen.fix: image proportion fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Jun 13, 2024
1 parent a92b4f4 commit 61287d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/hacks-website/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/app/shared/registration/registration.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
</div>
</div>
<dialog *ngIf="showShareModal" id="share_modal" class="modal mt-4">
<form method="dialog" class="modal-box w-11/12 max-sm:w-full max-sm:mx-2 max-w-5xl bg-gray-900">
<form method="dialog" class="modal-box w-11/12 max-sm:w-full max-sm:mx-2 max-w-7xl min-h-4xl bg-gray-900">
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container p-4 flex justify-center items-center">
<div class=" grid grid-cols-1 md:grid-cols-2 justify-center items-center w-full h-[400px] ">
<div class="h-full w-full bg-opacity-40 rounded-lg overflow-hidden relative ">
<div class="grid grid-cols-1 md:grid-cols-2 justify-center items-center w-full ">
<div class="h-full w-full bg-opacity-40 rounded-lg overflow-hidden relative ">
<img class="object-cover w-full h-full" src="https://res.cloudinary.com/eskalate/image/upload/v1718181258/Hackathon-2024/Hackathon_Registration_Card.png" alt="Hackathon Attendance" class="w-full lg:w-3/4 mx-auto">
</div>
<div class=" h-full w-full max-md:mt-4 flex flex-col items-center justify-center">
Expand Down

0 comments on commit 61287d9

Please sign in to comment.