change featured image style
This commit is contained in:
parent
b2696d04ba
commit
6a98bb51f2
|
@ -7,7 +7,7 @@
|
||||||
?>
|
?>
|
||||||
<style>
|
<style>
|
||||||
.carousel-inner .item .featured-image-link{text-align:center;}
|
.carousel-inner .item .featured-image-link{text-align:center;}
|
||||||
.featured-image{min-width:100%;text-align:center; margin:auto 0px;min-height:100%;}
|
.featured-image{min-width:100%;text-align:center; margin:auto 0px;/*min-height:100%;*/}
|
||||||
</style>
|
</style>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span5" id="main-news">
|
<div class="span5" id="main-news">
|
||||||
|
@ -129,4 +129,4 @@
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
$('.item').css('max-height',$('#main-news').height());
|
$('.item').css('max-height',$('#main-news').height());
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue