10 lines
110 B
CSS
10 lines
110 B
CSS
|
|
.MYsotto {
|
|
padding-bottom: 1em;
|
|
}
|
|
|
|
.MyList {
|
|
width: 10rem;
|
|
margin: auto;
|
|
text-align: left;
|
|
}
|