Skip to content

Commit f99f724

Browse files
authored
Merge pull request #51190 from cynthia-sg/cynthia-sg/careers-page
Some minor styling changes to careers page
2 parents cfec002 + 21c3a94 commit f99f724

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

assets/scss/_custom.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,13 @@ main.content {
14621462
margin-bottom: 20px;
14631463
}
14641464

1465+
/* CAREERS */
1466+
1467+
// Set 14px font size for GitJobs attribution text
1468+
.gitjobs-legend {
1469+
font-size: 14px;
1470+
}
1471+
14651472
/* CASE-STUDIES */
14661473

14671474
// Many of the case studies have small variations in markup and styles;

content/en/careers/_index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
weight: 70
1111
---
1212

13-
<div align="center">
14-
<iframe id="gitjobs" src="https://gitjobs.dev/embed?ts_query=kubernetes" style="width:100%;max-width:870px;height:100%;display:block;border:none;"></iframe>
15-
<div>Powered by <a href="https://gitjobs.dev" target="_blank">GitJobs</a></div>
16-
<p>&nbsp;</p>
13+
<div class="d-flex flex-column justify-content-center mt-4 mt-md-5 px-2 px-md-3 px-lg-0">
14+
<iframe id="gitjobs" class="mx-auto" src="https://gitjobs.dev/embed?ts_query=kubernetes" style="width:100%;max-width:870px;height:100%;display:block;border:none;"></iframe>
15+
<div class="mb-4 mb-md-5 mt-1 mx-auto gitjobs-legend">
16+
Powered by <a href="https://gitjobs.dev" target="_blank">GitJobs</a>
17+
</div>
1718
</div>
1819

1920
<script type="module">

0 commit comments

Comments
 (0)