Skip to content

Commit 361efba

Browse files
committed
PageHeader: Use fluid space scale
1 parent f77d6c3 commit 361efba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/components/page-header.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.header {
2-
padding: 20px 25px;
2+
padding: var(--space-s) var(--space-m);
33
background-color: var(--main-bg-dark);
4-
margin-bottom: 20px;
4+
margin-bottom: var(--space-s);
55
border-radius: 5px;
66
}
77

@@ -13,9 +13,9 @@
1313

1414
.suffix {
1515
color: var(--main-color-light);
16-
padding-left: 10px;
16+
padding-left: var(--space-2xs);
1717
}
1818

1919
.loading-spinner {
20-
margin: 0 15px;
20+
margin: 0 var(--space-2xs);
2121
}

0 commit comments

Comments
 (0)