Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjusted contact-us and join-us pages css #835

Merged
merged 1 commit into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading