Skip to content

Commit caec962

Browse files
authored
PageHeader: Adjust padding to other content on the pages (#5173)
1 parent 90b1507 commit caec962

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/components/page-header.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.header {
2-
padding: 20px;
2+
padding: 20px 25px;
33
background-color: var(--main-bg-dark);
44
margin-bottom: 20px;
55
border-radius: 5px;

app/styles/category/index.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
h1 {
66
margin: 0;
7-
padding: 0 10px;
87
}
98
}
109

0 commit comments

Comments
 (0)