1
0
Fork 0

cambios en style.css

This commit is contained in:
Hacky Purple 2018-04-21 22:41:00 -05:00
parent a82c211ba6
commit b9f57d1bf0
1 changed files with 3 additions and 3 deletions

View File

@ -46,15 +46,15 @@
}
.box-secciones {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
border-radius: 0px !important;
border: none !important;
}
.box-secciones:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
}git
.img-secciones {
max-height: 150px;