We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcf6d5 commit 51a2638Copy full SHA for 51a2638
src/components/cliente/Carousel.css
@@ -4,7 +4,7 @@ div.wrapper {
4
/* margin-bottom: 4em; */
5
align-items: center;
6
background-color: white;
7
- height: 320px;
+ height: 350px;
8
}
9
10
div.sliderHolder{
src/components/cliente/ProductItem.js
@@ -11,7 +11,7 @@ class ProductItem extends React.Component {
11
style={{
12
display: 'flex',
13
marginTop: 1 + 'em',
14
- fontSize: 1.5 + 'em',
+ fontSize: 1.2 + 'em',
15
}}
16
>
17
<div style={{ width: '50%', textAlign: 'left' }}>
0 commit comments