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 @@ + + +
+ + +
+
+
+