This repository was archived by the owner on Aug 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,13 +58,19 @@ class Careers extends Component {
5858 < section className = "careers" >
5959 < div className = "careers_wrapper" >
6060 < div className = "careers_header" >
61- < a
62- href = "https://jobs.lever.co/3box"
63- target = "_blank"
64- rel = "noopener noreferrer"
65- >
66- < h1 > See our current open positions</ h1 >
67- </ a >
61+ < div className = "careers_header_text" >
62+ < h1 >
63+ See our
64+ </ h1 >
65+ < a
66+ href = "https://jobs.lever.co/3box"
67+ target = "_blank"
68+ rel = "noopener noreferrer"
69+ >
70+ current open positions
71+ </ a >
72+ </ div >
73+
6874 < p >
6975 To apply, submit your resume along with a short note and relevant online social profiles.
7076 </ p >
Original file line number Diff line number Diff line change 1616}
1717
1818.hero {
19- height : 70 vh ;
19+ height : 0 vh ;
2020 display : flex ;
2121 justify-content : center ;
2222 align-items : center ;
@@ -1405,8 +1405,15 @@ pre {
14051405 }
14061406
14071407 h1 {
1408+ margin-right : 10px ;
1409+ }
1410+
1411+ h1 ,
1412+ a {
14081413 font-size : 32px ;
14091414 margin-bottom : 50px ;
1415+ font-weight : 800 ;
1416+ line-height : 40px ;
14101417 }
14111418
14121419 a {
@@ -1418,6 +1425,11 @@ pre {
14181425 }
14191426}
14201427
1428+ .careers_header_text {
1429+ display : flex ;
1430+ align-items : flex-start ;
1431+ }
1432+
14211433.careers_positions {
14221434 display : flex ;
14231435 justify-content : space-between ;
You can’t perform that action at this time.
0 commit comments