ZwiiCMS/module/blog/view/article/article.css

28 lines
420 B
CSS
Raw Normal View History

2018-04-02 08:29:19 +02:00
#blogArticlePicture {
height: auto;
2018-04-02 08:29:19 +02:00
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
2019-02-22 22:38:06 +01:00
margin-top: 15px;
2018-04-02 08:29:19 +02:00
}
#blogArticleCommentShow {
cursor: text;
}
#blogArticleOr {
padding: 10px;
}
2019-02-22 22:38:06 +01:00
.blogDate {
font-size:0.8em;
font-style: italic;
color: grey;
margin-left: 10px;
}
@media (max-width: 767px) {
#blogArticlePicture {
height:auto;
max-width: 100%;}
}
2019-02-22 22:38:06 +01:00