Skip to content

Commit e15ddf2

Browse files
deploy: dc886ed
1 parent 7ca5338 commit e15ddf2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

preview/pr-18/static/css/deadlines.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ body *::selection {
115115
/* Pill-style filter checkboxes */
116116
.checkbox {
117117
display: inline-block;
118-
margin: 3px 4px 3px 0;
118+
margin: 4px 6px 4px 0;
119119
padding: 0;
120120
min-height: auto;
121121
}
@@ -126,15 +126,15 @@ body *::selection {
126126
background: #fff;
127127
border: 1.5px solid #cbd5e1;
128128
border-radius: 20px;
129-
padding: 5px 13px;
129+
padding: 6px 16px;
130130
cursor: pointer;
131131
font-size: 13px;
132132
font-weight: 500;
133133
color: #475569;
134134
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
135135
user-select: none;
136136
margin: 0;
137-
line-height: 1.4;
137+
line-height: 1.5;
138138
}
139139

140140
.checkbox label:hover {

0 commit comments

Comments
 (0)