Commit e0d90bd3 authored by Sonia Vidal Gonzalez's avatar Sonia Vidal Gonzalez

ultimos cambios

parent 1a8ecb32
......@@ -22,7 +22,7 @@ export default class HomeDetailsListWebPart extends BaseClientSideWebPart <IHome
const element: React.ReactElement<IHomeDetailsListProps> = React.createElement(
HomeDetailsList,
{
description: this.properties.description
description: this.properties.description,
}
);
......
#contenedor {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#contenedor > div {
width: 50%;
padding-left: 10px;
}
.lista{
font-size: 14px;
font-weight: normal;
box-sizing: border-box;
margin: 0 0;
padding: 10px 0 100px 0;
line-height: 50px;
width: 100%;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment