Skip to content

Commit d69ad57

Browse files
committed
Update padding of cards
1 parent 148ed3e commit d69ad57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/dataGet2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function loadProducts(array) {
135135
`<article id="` +
136136
doc.id +
137137
`" class="card card-product-list" style="margin-bottom: 3vh;">
138-
<div class="row" style="padding: 1%">
138+
<div class="row" style="padding: 3%">
139139
<aside class="col-md-3">
140140
<br>
141141
<hr>

0 commit comments

Comments
 (0)