Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-frontend into dev
  • Loading branch information
mlfaa committed Dec 14, 2021
2 parents d7cc658 + 444e35e commit 65802e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/styles/pages/apisPageStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const useStyles = makeStyles((theme) => ({
fontSize: '1rem',
letterSpacing: '0.1rem',
paddingTop: '10px',
color: '#BFBFBF',
color: '#FFFF',
'@media (max-width: 1100px)': {
fontSize: '0.8rem',
},
Expand Down
3 changes: 2 additions & 1 deletion src/styles/pages/audienciasPageStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ export const useStyles = makeStyles((theme) => ({
fontSize: '20px',
fontWeight: 'bold',
color: '#FFFFFF',
marginBottom: '8px',
marginBottom: '16px',

[theme.breakpoints.up('sm')]: {
fontSize: '25px',
marginBottom: '24px',
},
'@media (min-width: 1025px)': {
fontSize: '39px',
Expand Down
8 changes: 4 additions & 4 deletions src/styles/pages/sobrePageStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ export const useStyles = makeStyles((theme) => ({
},
},
criteriesSection: {
paddingLeft: '2rem',
paddingLeft: '0px',

[theme.breakpoints.up('md')]: {
[theme.breakpoints.up('sm')]: {
paddingLeft: '4rem',
},
[theme.breakpoints.up('lg')]: {
paddingLeft: '6rem',
'@media (min-width: 1025px)': {
paddingLeft: '3rem',
},
},
footerBox: {
Expand Down
3 changes: 2 additions & 1 deletion src/styles/pages/wikilegisPageStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ export const useStyles = makeStyles((theme) => ({
fontSize: '20px',
fontWeight: 'bold',
color: '#FFFFFF',
marginBottom: '8px',
marginBottom: '16px',

[theme.breakpoints.up('sm')]: {
fontSize: '25px',
marginBottom: '24px',
},
'@media (min-width: 1025px)': {
fontSize: '39px',
Expand Down

0 comments on commit 65802e5

Please sign in to comment.