forked from ZwiiCMS-Team/ZwiiCMS
13 lines
224 B
CSS
13 lines
224 B
CSS
|
#blogArticlePicture {
|
||
|
height: 350px;
|
||
|
width: 100%;
|
||
|
background-size: cover;
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: center center;
|
||
|
}
|
||
|
#blogArticleCommentShow {
|
||
|
cursor: text;
|
||
|
}
|
||
|
#blogArticleOr {
|
||
|
padding: 10px;
|
||
|
}
|