Skip to content

Commit 51a2638

Browse files
committed
ajustado tamanho dos product slider
1 parent 9bcf6d5 commit 51a2638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/cliente/Carousel.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ div.wrapper {
44
/* margin-bottom: 4em; */
55
align-items: center;
66
background-color: white;
7-
height: 320px;
7+
height: 350px;
88
}
99

1010
div.sliderHolder{

src/components/cliente/ProductItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ProductItem extends React.Component {
1111
style={{
1212
display: 'flex',
1313
marginTop: 1 + 'em',
14-
fontSize: 1.5 + 'em',
14+
fontSize: 1.2 + 'em',
1515
}}
1616
>
1717
<div style={{ width: '50%', textAlign: 'left' }}>

0 commit comments

Comments
 (0)