Skip to content

Commit 6036943

Browse files
committed
chore: rename style class from 'label' to 'pill'
1 parent aba457f commit 6036943

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jobs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="jobs container mt-5">
66
<div class="row">
77
<div class="col-md-8 offset-md-2 mt-5">
8-
<span class="label rounded p-2">Careers</span>
8+
<span class="pill rounded p-2">Careers</span>
99
<h1>Compiler is a woman-owned software consultancy that’s passionate about making government tech solutions
1010
accessible for all.</h1>
1111

styles/base.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ a {
5454
transition: 250ms;
5555
}
5656

57-
li > a {
57+
li>a {
5858
text-decoration: none;
5959
}
6060

@@ -189,7 +189,7 @@ h6 {
189189
background-color: var(--green);
190190
}
191191

192-
.label {
192+
.pill {
193193
font-size: 0.75rem;
194194
font-family: "Source Code Pro Regular";
195195
font-weight: 600;

0 commit comments

Comments
 (0)