Skip to content

Commit

Permalink
Merge branch 'main' into currency
Browse files Browse the repository at this point in the history
  • Loading branch information
GarimaSingh0109 authored Oct 29, 2024
2 parents fffa4bd + 486ff18 commit 2cbb618
Show file tree
Hide file tree
Showing 10 changed files with 2,148 additions and 1,473 deletions.
8 changes: 7 additions & 1 deletion Resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ body {
display: flex;
flex-direction: column;
justify-content: space-between;

flex-wrap: wrap;
position: relative;
}
.achive-entry{
Expand Down Expand Up @@ -468,6 +470,7 @@ button {
#download-resume {
background-color: #5cb85c; /* Bootstrap success color */
color: white;

}
.ui-autocomplete {
max-height: 150px;
Expand All @@ -476,4 +479,7 @@ button {
border: 1px solid #ddd;
background-color: #fff;
}





Loading

0 comments on commit 2cbb618

Please sign in to comment.