Skip to content

Commit

Permalink
Merge pull request #13 from muhammedadnanv/frontend-development
Browse files Browse the repository at this point in the history
CustomerGoals is edited
  • Loading branch information
muhammedadnanv authored Sep 14, 2024
2 parents 4c1a5ee + 8245935 commit 477a63f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
height: 100vh;
}

.container {
width: 1150px;
height: 570px;
.CustomerGoals .container {
width: 1000px;
height: 500px;
background-color: #fff;
margin: 15px 0;
border-radius: 30px;
box-shadow: 2px 4px 8px rgb(180, 175, 175);
}
2 changes: 1 addition & 1 deletion frontend/src/components/CustomerGoals/CustomerGoals.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '../CustomerGoals/CustomerGoals.css'
import './CustomerGoals.css'

function CustomerGoals() {
return(
Expand Down

0 comments on commit 477a63f

Please sign in to comment.