diff --git a/css/main.css b/css/main.css index 6aaf854..9b00d7b 100644 --- a/css/main.css +++ b/css/main.css @@ -1987,6 +1987,14 @@ u { width: 300px; height: 200px; } } +* { + margin: 0px; + padding: 0px; } + +#company-video-modal { + margin: 70px auto; + display: block; } + .company-media { text-align: center; margin: 2rem; } @@ -2556,7 +2564,8 @@ a { #job-form-container form .flex-form #resume #resume-first .fa { align-self: center; margin-right: 10px; } - #job-form-container form .flex-form #resume #resume-first p { + #job-form-container form .flex-form #resume #resume-first p.profile-details { + padding-top: 15px; font-weight: normal; align-self: center; font-size: 14px; } @@ -2579,7 +2588,8 @@ a { color: blue; align-self: center; margin-right: 10px; } - #job-form-container form .flex-form #linkled #linkled-first p { + #job-form-container form .flex-form #linkled #linkled-first p.profile-details { + padding-top: 15px; font-weight: normal; align-self: center; font-size: 14px; } diff --git a/pages/company-video-modal.html b/pages/company-video-modal.html new file mode 100644 index 0000000..12c1e42 --- /dev/null +++ b/pages/company-video-modal.html @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/company.html b/pages/company.html index e448d8a..fb83dfa 100644 --- a/pages/company.html +++ b/pages/company.html @@ -156,9 +156,9 @@

We are backed by some of
the world's leading investors

Welcome to New York

In Union Square surrounded by tons of delicious restaurants and a gorgeous park, you'll never have a sad desk salad for lunch

- Watch the short film + Watch the short film - Location + Location

diff --git a/pages/jobsgreenhouse.html b/pages/jobsgreenhouse.html index 26bef5d..4f2b17c 100644 --- a/pages/jobsgreenhouse.html +++ b/pages/jobsgreenhouse.html @@ -27,7 +27,7 @@

SUBMIT YOUR APPLICATION

-

ATTACH RESUME/CV

+

ATTACH RESUME/CV

@@ -35,7 +35,7 @@

SUBMIT YOUR APPLICATION

-

APPLY WITH LINKEDIN

+

APPLY WITH LINKEDIN

diff --git a/scss/main.scss b/scss/main.scss index f50366c..714c245 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -27,6 +27,7 @@ @import 'pages/_home'; @import 'pages/_homepage'; @import 'pages/_people'; +@import 'pages/company-video-modal'; @import 'pages/_company-section-2'; @import 'pages/people-2.scss'; diff --git a/scss/pages/_company-video-modal.scss b/scss/pages/_company-video-modal.scss new file mode 100644 index 0000000..4a66c8f --- /dev/null +++ b/scss/pages/_company-video-modal.scss @@ -0,0 +1,10 @@ +*{ + margin: 0px; + padding: 0px; +} + +#company-video-modal{ + margin: 70px auto; + display: block; +} + diff --git a/scss/pages/_job.scss b/scss/pages/_job.scss index 228fcf3..31d20d1 100644 --- a/scss/pages/_job.scss +++ b/scss/pages/_job.scss @@ -135,7 +135,8 @@ margin-right: 10px; } - p{ + p.profile-details{ + padding-top: 15px; font-weight: normal; align-self: center; font-size: 14px; @@ -153,6 +154,7 @@ #linkled-first{ display: flex; padding-left: 10px; + width: 80%; background-color: #f0f0f0; height: 100%; @@ -166,7 +168,8 @@ align-self: center; margin-right: 10px; } - p{ + p.profile-details{ + padding-top: 15px; font-weight: normal; align-self: center; font-size: 14px; @@ -174,6 +177,7 @@ } #linkled-second{ + padding-left: 10px; p{ font-size: 11px;