Skip to content

Commit 21c3a94

Browse files
committed
Move CSS style to assets/scss directory
Signed-off-by: Cintia Sánchez García <[email protected]>
1 parent a0d33d2 commit 21c3a94

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
weight: 70
1111
---
1212

13-
<style type="text/css">
14-
.gitjobs-legend {
15-
font-size: 14px;
16-
}
17-
</style>
18-
1913
<div class="d-flex flex-column justify-content-center mt-4 mt-md-5 px-2 px-md-3 px-lg-0">
2014
<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>
2115
<div class="mb-4 mb-md-5 mt-1 mx-auto gitjobs-legend">

0 commit comments

Comments
 (0)