Skip to content

Commit

Permalink
adjusted contactus and joinus pages css
Browse files Browse the repository at this point in the history
  • Loading branch information
Girishbari committed Jan 17, 2024
1 parent 72b4052 commit 9b8029e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
border-radius: 1em;
height: auto;
width: 15em;
margin: 1em;
margin: 1em 1em 1em 1.5em;
display: inline-block;
background-position: left center;
transition: all 0.5s ease-in;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.card-container {
width: 100%;
margin-left: 10rem;
}

.data-loader {
Expand Down
13 changes: 6 additions & 7 deletions frontend/src/pages/Admin/Components/JoinUs/joinus.module.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
.card-container {
width: 100% ;
margin-left: 10rem;
width: 100%;
}

.data-loader {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
4 changes: 2 additions & 2 deletions frontend/src/pages/Admin/admin.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
container {
width: 90%;
display : flex;
display: flex;
justify-content: space-between;
margin-bottom: 2em;
}
Expand Down Expand Up @@ -61,7 +61,7 @@ container {
width: 75%;
margin: 2em 0em 0em 2em;
background-color: white;
padding: 1em;
padding: 0.5em;
border-radius: 12px;
box-shadow: 0px 8px 10px 3px gray;
transition: all 0.3s;
Expand Down

0 comments on commit 9b8029e

Please sign in to comment.