Skip to content

Commit

Permalink
Merge pull request #275 from NIAEFEUP/fix/nijobs-logo-mobile-landscape
Browse files Browse the repository at this point in the history
Fix/nijobs logo mobile landscape
  • Loading branch information
pedronunes19 authored Dec 14, 2022
2 parents 08d73ee + c03c8e9 commit 8fa5a07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/HomePage/mainViewStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ export default makeStyles((theme) => ({
mainLogo: ({ isMobile }) => ({
textAlign: "center",
paddingBottom: "3em",
display: "flex",
alignItems: "center",
justifyContent: "center",
"& img": {
width: isMobile ? "80%" : "50%",
maxHeight: isMobile ? "max(20vh, 6em)" : "unset",
},
}),
mainLogoMobile: {
Expand Down

0 comments on commit 8fa5a07

Please sign in to comment.