File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -1462,6 +1462,13 @@ main.content {
1462
1462
margin-bottom : 20px ;
1463
1463
}
1464
1464
1465
+ /* CAREERS */
1466
+
1467
+ // Set 14px font size for GitJobs attribution text
1468
+ .gitjobs-legend {
1469
+ font-size : 14px ;
1470
+ }
1471
+
1465
1472
/* CASE-STUDIES */
1466
1473
1467
1474
// Many of the case studies have small variations in markup and styles;
Original file line number Diff line number Diff line change 10
10
weight: 70
11
11
---
12
12
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 > </ 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 >
17
18
</ div >
18
19
19
20
< script type ="module ">
You can’t perform that action at this time.
0 commit comments