Skip to content

Commit 9f6d430

Browse files
committed
Some minor styling changes to Careers page
- Margin adjustments for desktop/mobile devices - Reduce font size for `Powered by` text Related to #50925 Signed-off-by: Cintia Sánchez García <[email protected]>
1 parent d9c7331 commit 9f6d430

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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">
16+
<small>Powered by <a href="https://gitjobs.dev" target="_blank">GitJobs</a></small>
17+
</div>
1718
</div>
1819

1920
<script type="module">

0 commit comments

Comments
 (0)