Skip to content

Commit

Permalink
Fix card alignment and height adjustment for better responsiveness on…
Browse files Browse the repository at this point in the history
… medium and large screens
  • Loading branch information
“Sophie committed Jul 16, 2024
1 parent 60a05f8 commit 51c8979
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 145 deletions.
8 changes: 7 additions & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,14 @@ html {
transition: opacity 0.5s ease-in-out;
}


/* OFFERS */

.ts-card-shadow {
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px;
}

/* ABOUT US: Button with Icon Animation */
/* ABOUT: Button with Icon Animation */

@media (min-width: 768px) {

Expand Down
Binary file removed src/img/chatbot.gif
Binary file not shown.
Loading

0 comments on commit 51c8979

Please sign in to comment.