Files
totalsport/public/assets/styles/galeria.css

14 lines
225 B
CSS
Raw Normal View History

2020-12-12 00:25:59 -03:00
#galeria {
background-color: #e6e7e8;
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
#thumbs .image {
width: 100% !important;
height: 7rem;
overflow: hidden;
}
#thumbs .image img {
max-width: none !important;
}