| ... | ... |
@@ -283,14 +283,14 @@ function position($company,$city,$job,$dates,$blob,$link) {
|
| 283 | 283 |
|
| 284 | 284 |
echo ' |
| 285 | 285 |
<div class="row" style="padding: 35px 0 4px 0;"> |
| 286 |
- <div class="span6"><h4 style="margin: 0">'.$company; |
|
| 286 |
+ <div class="span8"><h4 style="margin: 0">'.$company; |
|
| 287 | 287 |
if (!empty($link)) {
|
| 288 | 288 |
echo ' <a href="'.$link.'" target="_BLANK"><span class="badge badge-info">Website</span></a>'; |
| 289 | 289 |
} |
| 290 | 290 |
echo '</h4> |
| 291 | 291 |
|
| 292 | 292 |
</div> |
| 293 |
- <div class="span6"><h4 class="pull-right hidden-phone" style="margin: 0">'.$city.'</h4> |
|
| 293 |
+ <div class="span4"><h4 class="pull-right hidden-phone" style="margin: 0">'.$city.'</h4> |
|
| 294 | 294 |
</div> |
| 295 | 295 |
|
| 296 | 296 |
</div> <!-- end row--> |