[FIX] website_blog: fixed mobile css for the blog footer

This commit is contained in:
Mahendra barad 2014-08-04 19:08:09 +05:30 committed by Thibault Delavallée
parent dbca34511e
commit dc72b26821
2 changed files with 30 additions and 0 deletions

View File

@ -59,6 +59,23 @@ div#blog_angle_down a:hover {
cursor: pointer;
}
/* mobile preview: for blog h1,h2 font-size and cover-footer height of image overlapas */
@media (max-width: 768px) {
.cover h1 {
font-size: 26px;
}
.cover h2 {
font-size: 20px;
}
.cover_footer {
min-height: 280px;
height: 50vh;
}
.cover_footer .blog_title {
top: 2%;
}
}
/*Inline Discussion */
.discussion {
padding: 5px 10px 10px;

View File

@ -52,6 +52,19 @@ div#blog_angle_down
height: 65vh
cursor: pointer
/* mobile preview: for blog h1,h2 font-size and cover-footer height of image overlapas */
@media (max-width: 768px)
.cover
h1
font-size: 26px
h2
font-size: 20px
.cover_footer
min-height: 280px
height: 50vh
.blog_title
top: 2%
/*Inline Discussion
.discussion