Skip to content

Commit

Permalink
Fix: Enhanced Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Apr 25, 2024
1 parent 40af10a commit db24184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ button:hover {
border-radius: 15px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
width: 80%;
max-width: 600px;
width: 600px;
max-width: calc(100% - 20px);
margin: 20px 0;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit db24184

Please sign in to comment.