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

13 lines
224 B
CSS
Raw Normal View History

2018-04-02 08:29:19 +02:00
#blogArticlePicture {
height: 350px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
#blogArticleCommentShow {
cursor: text;
}
#blogArticleOr {
padding: 10px;
}