Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #203 from CBIIT/PPDC-685
Browse files Browse the repository at this point in the history
PPDC-685: add left and right margin of 28px to PCDN page
  • Loading branch information
jonkiky authored Jul 19, 2022
2 parents 43d26d0 + d5f6bc7 commit e046526
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/pages/PedCancerDataNavPage/PedCancerDataNavPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const useStyles = makeStyles(theme => ({
},
gridContainer: {
margin: '160px 0 0 0',
padding: '50px 50px 60px 50px',
padding: '50px 28px 60px 28px',
color: darkerBlueColor,
backgroundColor: generalBackGroundColor,
fontSize: '16px'
Expand Down Expand Up @@ -152,7 +152,7 @@ const useStyles = makeStyles(theme => ({

entityContainer: {
backgroundColor: "white",
minWidth: '360px',
minWidth: '350px',
maxWidth: '441px'
},
searchContainer:{
Expand All @@ -179,7 +179,7 @@ const useStyles = makeStyles(theme => ({
/***** result *****/
result: {
backgroundColor: "white",
padding: "0 50px 0px 50px",
padding: "0px 28px",
},
resultHeader: {
marginTop: '50px',
Expand Down Expand Up @@ -210,11 +210,8 @@ const useStyles = makeStyles(theme => ({
}
},
"@media (max-width: 650px)": {
gridContainer: {
padding: '50px 10px 60px 10px',
},
headerContainer: {
marginTop: '100px'
marginTop: '30px'
},
searchContainer: {
minWidth: '300px'
Expand Down

0 comments on commit e046526

Please sign in to comment.