Skip to content

Commit

Permalink
remove back colors
Browse files Browse the repository at this point in the history
  • Loading branch information
tan12082001 committed Dec 14, 2023
1 parent 8c70b62 commit 3a9f798
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/components/Form/FormComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const StyledForm = styled(Form)`
padding: 2rem;
@media (max-width: 768px) {
padding: 1rem;
background: green;
}
@media (max-width: 380px) {
padding: 0;
Expand Down
2 changes: 0 additions & 2 deletions src/layout/LandingPage/nav/AuthNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const Container = styled.div`
justify-content: center;
// margin-left: 8rem;
@media (max-width: 768px) {
background: red;
background: red;
flex-direction: column;
margin: 2rem 0;
justify-content: center;
Expand Down
1 change: 0 additions & 1 deletion src/layout/UsersDashboard/UsersDashboardLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const Section = styled.section`
width: 80%;
margin-left: 17rem;
@media (max-width: 768px) {
background: purple;
background: purple;
width: 100%;
margin-left: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/LandingPage/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Container = styled.div`
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
border: 3rem solid;
border: 3rem solid #ffd700;
}
@media (max-width: 380px) {
Expand Down

0 comments on commit 3a9f798

Please sign in to comment.