We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba457f commit 6036943Copy full SHA for 6036943
jobs.html
@@ -5,7 +5,7 @@
5
<div class="jobs container mt-5">
6
<div class="row">
7
<div class="col-md-8 offset-md-2 mt-5">
8
- <span class="label rounded p-2">Careers</span>
+ <span class="pill rounded p-2">Careers</span>
9
<h1>Compiler is a woman-owned software consultancy that’s passionate about making government tech solutions
10
accessible for all.</h1>
11
styles/base.css
@@ -54,7 +54,7 @@ a {
54
transition: 250ms;
55
}
56
57
-li > a {
+li>a {
58
text-decoration: none;
59
60
@@ -189,7 +189,7 @@ h6 {
189
background-color: var(--green);
190
191
192
-.label {
+.pill {
193
font-size: 0.75rem;
194
font-family: "Source Code Pro Regular";
195
font-weight: 600;
0 commit comments