Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 4a7f7f9

Browse files
committed
fix width of jobs page
1 parent 96103d1 commit 4a7f7f9

4 files changed

Lines changed: 23 additions & 8 deletions

File tree

assets/css/custom.css

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
font-size: 11px;
103103
line-height: 16px;
104104
font-weight: 600;
105-
background: #FF8B00;
105+
background: #ff8b00;
106106
text-transform: uppercase;
107107
border-radius: 10px; }
108108
@media (max-width: 768px) {
@@ -462,6 +462,7 @@
462462
.brand {
463463
-webkit-transform: scale(0.5);
464464
top: -26px !important; } }
465+
465466
.nav {
466467
z-index: 1;
467468
padding-top: 20px;
@@ -806,9 +807,11 @@
806807
0% {
807808
opacity: 0;
808809
left: 20%; }
810+
809811
100% {
810812
opacity: 1;
811813
left: 0; } }
814+
812815
@media (max-height: 800px) {
813816
.nav-down {
814817
opacity: 1;
@@ -907,8 +910,10 @@
907910
@keyframes play {
908911
from {
909912
background-position-x: 0px; }
913+
910914
to {
911915
background-position-x: -4620px; } }
916+
912917
/**
913918
* Footer
914919
*/
@@ -1038,6 +1043,10 @@ footer.page-footer {
10381043
max-width: 700px;
10391044
padding-top: 20px;
10401045
font-size: 18px; }
1046+
@media (max-width: 768px) {
1047+
.section-jobs-opening .wrapper-text {
1048+
margin: 0;
1049+
width: 100%; } }
10411050

10421051
/* Make Navbar transparent */
10431052
.nav:not(.scrolled) {
@@ -2463,15 +2472,15 @@ p {
24632472
right: 50px;
24642473
transition: all 0.3s ease 0s; }
24652474
.btn-primary:hover {
2466-
background-color: #0073B2;
2475+
background-color: #0073b2;
24672476
text-decoration: none; }
24682477
.btn-primary:hover:before {
24692478
right: 30px; }
24702479
.btn-primary:active {
24712480
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
24722481
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
24732482
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
2474-
background-color: #0073B2; }
2483+
background-color: #0073b2; }
24752484

24762485
@media (max-width: 768px) {
24772486
.btn-primary {
@@ -2559,5 +2568,3 @@ p {
25592568
@media (max-width: 1200px) {
25602569
.highlights_align h4 {
25612570
margin-left: 0; } }
2562-
2563-
/*# sourceMappingURL=custom.css.map */

assets/css/jobs.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
background-color: transparent;
44
position: absolute; }
55

6-
.jbackground {
7-
background: url("../img/jobs/team.jpg") no-repeat;
6+
.jobs-background {
7+
background: url("../img/headers/team.jpg") no-repeat;
88
background-position: center; }
99

1010
.section-company-description {
@@ -45,3 +45,7 @@
4545
max-width: 700px;
4646
padding-top: 20px;
4747
font-size: 18px; }
48+
@media (max-width: 768px) {
49+
.section-jobs-opening .wrapper-text {
50+
margin: 0;
51+
width: 100%; } }

assets/css/jobs.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,9 @@
5656
padding-top: 20px;
5757
font-size: 18px;
5858
}
59+
@media (max-width: $break-small) {
60+
margin: 0;
61+
width: 100%;
62+
}
5963
}
6064
}

page-jobs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<p>We are looking for somebody with ambition and drive, who would like to grow and learn. That means if you do not yet fulfill the requirements but want to learn, apply! Contact us at <a href="mailto:jobs@nextcloud.com">jobs@nextcloud.com</a> with your resume if you are interested in this role.</p>
106106
</div>
107107
108-
<a data-target="#saleseng" data-toggle="collapse"><h3 class="jobs">Sales Engineer/Consultant<span class="icon-arrow"></span></h3></a>
108+
<a data-target="#saleseng" data-toggle="collapse"><h3 class="jobs">Sales Engineer/ Consultant<span class="icon-arrow"></span></h3></a>
109109
110110
<div id="saleseng" class="collapse">
111111
<p>Technical sales engineers use their technical knowledge along with sales skills to provide advice and support on a range of products, for which a certain level of expertise is needed.</p>

0 commit comments

Comments
 (0)