Skip to content

Commit

Permalink
Merge pull request #349 from CoderGirl2844/edit
Browse files Browse the repository at this point in the history
Updated preferences
  • Loading branch information
Akshatchaube01 authored Jun 30, 2024
2 parents e6d21ff + 465530e commit b2b385a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Interests.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
display: flex;
flex-direction: column;
align-items: center;
padding-left: 50px;
/* padding-left: 50px; */
}

.interest-item {
Expand Down Expand Up @@ -74,17 +74,18 @@
button {
margin-top: 20px;
margin-right: 50px;
margin-left: 50px;
padding: 10px 20px;
font-size: 16px;
color: #fff;
background-color: #007BFF;
border: none;
border-radius: 5px;
cursor: pointer;
cursor: none;
transition: background-color 0.3s ease;
}

button:hover {
background-color: #0056b3;
}


0 comments on commit b2b385a

Please sign in to comment.