Skip to content

Commit

Permalink
feat: update image link
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Jan 3, 2024
1 parent fda5c1e commit f0d76cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@

.solutionBaseImageStyle {
@apply absolute bottom-0 z-[1] left-[50%] transition-opacity duration-500 ease-in-out opacity-0 delay-200 rounded-[8px];
@apply lg:max-w-[715px];
@apply xl:max-w-[825px];
@apply lg:w-[715px];
@apply xl:w-[825px];
transform: translateX(-50%);
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.18);
}
Expand Down

0 comments on commit f0d76cb

Please sign in to comment.