change featured image style
This commit is contained in:
parent
b2696d04ba
commit
6a98bb51f2
|
@ -7,7 +7,7 @@
|
|||
?>
|
||||
<style>
|
||||
.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>
|
||||
<div class="row">
|
||||
<div class="span5" id="main-news">
|
||||
|
@ -129,4 +129,4 @@
|
|||
</div>
|
||||
<script>
|
||||
$('.item').css('max-height',$('#main-news').height());
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue