8 lines
109 B
SCSS
8 lines
109 B
SCSS
|
#descripcion {
|
||
|
background-image: linear-gradient($gris, $gris);
|
||
|
|
||
|
.images {
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|