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

14 lines
224 B
CSS
Raw Normal View History

2020-04-28 23:52:56 -04:00
#evento {
background-color: #e6e7e8;
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
2020-06-18 00:29:07 -04:00
#thumbs .image {
2020-04-28 23:52:56 -04:00
width: 100% !important;
2020-06-18 00:29:07 -04:00
height: 7rem;
overflow: hidden;
}
#thumbs .image img {
max-width: none !important;
2020-04-28 23:52:56 -04:00
}