Skip to content

Commit

Permalink
Merge pull request #833 from tanmaysrivastava45/tanmaysri45
Browse files Browse the repository at this point in the history
Bug: changes in size of nav button to enhance UI of Opportunity page
  • Loading branch information
anuragverma108 authored Oct 26, 2024
2 parents c4b8459 + 37b8cc3 commit 525acd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/css/career.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
border-radius: 45px;
padding: 2%;
}
#freeTrial{
width:240px;
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
padding: 30px;
width:160%;
width:100%;
}

/* Input Fields */
Expand Down

0 comments on commit 525acd3

Please sign in to comment.