33 lines
No EOL
473 B
CSS
33 lines
No EOL
473 B
CSS
.MYsotto {
|
|
padding-bottom: 1em;
|
|
}
|
|
|
|
.MyList {
|
|
width: 10rem;
|
|
margin: auto;
|
|
text-align: left;
|
|
}
|
|
|
|
.MYcacca-wrapper{
|
|
margin-bottom: 2rem;
|
|
border-radius: 21px;
|
|
background: #fafafa;
|
|
background-color: #fafafa;;
|
|
}
|
|
|
|
.cacca-wrapper {
|
|
border: 1px solid #e0e0e0;
|
|
padding: 1.5rem;
|
|
border-radius: 0.5rem;
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
.MYprezzo {
|
|
color: #4479d9;
|
|
}
|
|
|
|
.massage-img {
|
|
width: 80%;
|
|
display: block;
|
|
margin: auto;
|
|
} |