3 changed files with 44 additions and 8 deletions
@ -1,3 +1,25 @@ |
|||||
.img-thumbnail{ |
.img-thumbnail { |
||||
width: 300px; |
width: 200px; |
||||
|
//float: right; |
||||
|
} |
||||
|
|
||||
|
.race-details { |
||||
|
display: flex; |
||||
|
justify-content: space-between; |
||||
|
} |
||||
|
|
||||
|
.details-container{ |
||||
|
flex: 3 0px; |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
align-content: stretch; |
||||
|
justify-content: center; |
||||
|
} |
||||
|
|
||||
|
.map-title { |
||||
|
text-align: center; |
||||
|
} |
||||
|
|
||||
|
.map-times { |
||||
|
margin-left: 15px; |
||||
} |
} |
||||
Loading…
Reference in new issue