Skip to content

Commit a0d33d2

Browse files
committed
Replace small tag with CSS class
Signed-off-by: Cintia Sánchez García <[email protected]>
1 parent 9f6d430 commit a0d33d2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

content/en/careers/_index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
weight: 70
1111
---
1212

13+
<style type="text/css">
14+
.gitjobs-legend {
15+
font-size: 14px;
16+
}
17+
</style>
18+
1319
<div class="d-flex flex-column justify-content-center mt-4 mt-md-5 px-2 px-md-3 px-lg-0">
1420
<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>
21+
<div class="mb-4 mb-md-5 mt-1 mx-auto gitjobs-legend">
22+
Powered by <a href="https://gitjobs.dev" target="_blank">GitJobs</a>
1723
</div>
1824
</div>
1925

0 commit comments

Comments
 (0)