Skip to content

Commit

Permalink
application styles
Browse files Browse the repository at this point in the history
  • Loading branch information
xJamesScott committed May 7, 2021
1 parent dc63e57 commit 21dea90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/src/components/Positions/ApplicationIntro.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const ApplicantIntroTitle = styled.p`
`;

const AppilcantIntroBody = styled.p`
font-family: 'Work Sans';
font-size: 1.6rem;
overflow: hidden;
font-style: normal;
Expand All @@ -110,11 +111,12 @@ const AppilcantIntroBody = styled.p`
transition: all .5s ease;
@media screen and (max-width: ${mq.phone.wide.maxWidth}) {
max-height: 8.2rem;
max-height: 7.2rem;
letter-spacing: .04rem;
font-size: 1.4rem;
font-size: 1.3rem;
color: ${colors.darkishGray};
margin-bottom: 2rem;
line-height: normal;
}
`;
Expand Down
1 change: 1 addition & 0 deletions client/src/components/Positions/ApplicationStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const ResponseField = styled.p`
padding-bottom: 2.8rem;
border-bottom: solid 1px ${colors.royalBlue};
width: 100%;
line-height: normal;
/* color: ${colors.darkishGray} !important; */
@media screen and (max-width: ${mq.phone.wide.maxWidth}) {
font-size: 1.2rem;
Expand Down

0 comments on commit 21dea90

Please sign in to comment.