Se arregla las imagenes para que se vean iguales

This commit is contained in:
2020-05-19 21:43:44 -04:00
parent c50385139a
commit 6cc02239f9
9 changed files with 101 additions and 34 deletions

View File

@ -107,6 +107,14 @@
#segmentos {
padding-top: 4rem;
padding-bottom: 4rem;
.grid {
.basic.segment {
.header {
margin-top: 1rem;
}
}
}
}
#resumen {

View File

@ -19,12 +19,30 @@
#galeria {
padding-bottom: 4rem;
&>.image img {
max-height: 60rem;
&>.image {
height: 53rem;
overflow: hidden;
display: flex;
align-items: center;
img {
width: 100%;
vertical-align: middle;
}
}
.grid {
#thumbnails {
padding-top: 2rem;
.image {
height: 8rem;
overflow: hidden;
display: flex;
align-items: center;
img {
width: 100%;
vertical-align: middle;
}
}
}
}
#buscar {