Skip to content

Commit

Permalink
edited steps style and app bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ha77an committed Jun 9, 2020
1 parent 81af148 commit f316079
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ const App = () => {
UserAvatar={avatar}
loading={loading}
/>
{pathname !== '/myprofile' && (
<ResponsiveDrawer userData={userData} userId={userId} />
)}
<Switch>
<Route
path="/500"
Expand Down Expand Up @@ -272,9 +275,6 @@ const App = () => {
path="/myprofile"
render={() => <Profile userId={userId} userData={userData} />}
/>
{pathname !== '/myprofile' && (
<ResponsiveDrawer userData={userData} userId={userId} />
)}
</div>
</Switch>
</>
Expand Down
1 change: 1 addition & 0 deletions client/src/components/common/AppBar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
@media only screen and (max-width: 610px) {
.logo{
margin-left: 3rem;
margin-top: 0.5rem;
}
}
4 changes: 4 additions & 0 deletions client/src/components/pages/application/Steps/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
margin-left: 1rem;
list-style: none;
}
.steps h6 {
font-size: 1.5rem;
}

@media only screen and (max-width: 1150px) {
.text_Welcome {
Expand Down Expand Up @@ -159,6 +162,7 @@
padding-right: 5%;
padding-left: 5%;
margin-left: 0;
padding-bottom: 30%;
width: 35rem;
z-index: 1;
}
Expand Down

0 comments on commit f316079

Please sign in to comment.