Commit c779d926 by Manzar Hussain

Update style.css

parent 0ada1664
...@@ -1404,7 +1404,7 @@ section.videowrap a.more-detail:hover { ...@@ -1404,7 +1404,7 @@ section.videowrap a.more-detail:hover {
@media screen and (min-width:992px) { @media screen and (min-width:992px) {
.main-menu #menu-main-menu>li>a:before, .main-menu #menu-main-menu>li>a:before,
#menu-main-menu>li.current-menu-item a:before { #menu-main-menu>li.current-menu-item.current-menu-parent a:before {
background: #2e3192; background: #2e3192;
content: ''; content: '';
height: 2px; height: 2px;
...@@ -3881,6 +3881,20 @@ a.view-detail:hover:after { ...@@ -3881,6 +3881,20 @@ a.view-detail:hover:after {
.blog-details p { .blog-details p {
font-size: .9rem !important; font-size: .9rem !important;
} }
.media_coverage_con{position: relative;}
.media-cover-wrap { position: relative; height: 100%; }
.media-cover-wrap p.media-description{min-height: 1px;}
@media (min-width: 768px){
.media-cover-content li {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
position: relative;
margin: 0 0px 50px;
padding: 0px 15px;
}
}
} }
.f-e-f-o-f { .f-e-f-o-f {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment