|
|
|
@ -92,7 +92,6 @@ class CompetitionsIndex extends Component{
|
|
|
|
|
.courses-head{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 300px;
|
|
|
|
|
background-image: url(`getImageUrl(`images/educoder/competitions/courses.png`)`);
|
|
|
|
|
background-color: #081C4B;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
@ -101,7 +100,7 @@ class CompetitionsIndex extends Component{
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div className="courses-head pr">
|
|
|
|
|
<div className="courses-head pr" style={{"background":`url(${getImageUrl(`images/educoder/competitions/courses.png`)})`}}>
|
|
|
|
|
<div className="edu-txt-center pathNavLine">
|
|
|
|
|
<div className="inline path-nav"></div>
|
|
|
|
|
</div>
|
|
|
|
|