You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
411 B
CSS

.gator-tabs, .broadcast-list {
display:flex;
flex-direction:row;
margin:0 !important;
width:100%;
justify-content:center;
flex-wrap:wrap;
}
.gator-tab .single-broadcast, .single-broadcast {
width:200px;
height:100px
box-sizing:border-box;
flex-flow:wrap;
margin:auto;
padding:10px;
}
.img-broadcast {
max-height:50%;
max-width:70%;
margin:auto;
object-fit: contain;
}