PCv5/app/static/css/programs.css

22 lines
423 B
CSS

#program-banner {
background: navy;
height: 144px;
margin: 0 0 32px 0;
}
section .program-infos {
display: flex;
width: 100%;
justify-content: space-between;
}
section .program-infos span.progrank {
border-width: 0 0 1px 0;
border-color: var(--color);
border-style: dotted;
}
section .program-infos > div {
flex-shrink: 0;
margin: 0 8px;
}
section .program-infos div.program-tags {
flex-shrink: 1;
}