Skip to content

Commit c3adcd1

Browse files
authored
Add more padding to the content pane (#87)
1 parent 1116d0d commit c3adcd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/global.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ h3 {
6262
font-weight: 600;
6363
}
6464

65+
.main-pane {
66+
padding-left: 7rem;
67+
padding-right: 7rem;
68+
}
69+
6570
/* Product Cards Styles */
6671
.product-card {
6772
color: #ffffff !important;

0 commit comments

Comments
 (0)