Merge pull request #51190 from cynthia-sg/cynthia-sg/careers-page
Some minor styling changes to careers pagepull/51256/head
commit
f99f724e19
|
@ -1462,6 +1462,13 @@ main.content {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* CAREERS */
|
||||
|
||||
// Set 14px font size for GitJobs attribution text
|
||||
.gitjobs-legend {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* CASE-STUDIES */
|
||||
|
||||
// Many of the case studies have small variations in markup and styles;
|
||||
|
|
|
@ -10,10 +10,11 @@ menu:
|
|||
weight: 70
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
<iframe id="gitjobs" src="https://gitjobs.dev/embed?ts_query=kubernetes" style="width:100%;max-width:870px;height:100%;display:block;border:none;"></iframe>
|
||||
<div>Powered by <a href="https://gitjobs.dev" target="_blank">GitJobs</a></div>
|
||||
<p> </p>
|
||||
<div class="d-flex flex-column justify-content-center mt-4 mt-md-5 px-2 px-md-3 px-lg-0">
|
||||
<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>
|
||||
<div class="mb-4 mb-md-5 mt-1 mx-auto gitjobs-legend">
|
||||
Powered by <a href="https://gitjobs.dev" target="_blank">GitJobs</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="module">
|
||||
|
|
Loading…
Reference in New Issue