Skip to content

Commit d4d6372

Browse files
authored
PageHeader: Remove margins on .heading element (#5167)
1 parent ed7ff4c commit d4d6372

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/components/page-header.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.heading {
99
display: flex;
1010
align-items: center;
11+
margin: 0;
1112
}
1213

1314
.icon {

app/styles/category/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
align-items: center;
44

55
h1 {
6+
margin: 0;
67
padding: 0 10px;
78
}
89
}

0 commit comments

Comments
 (0)