2019-05-31 23:25:31 +02:00
|
|
|
.blogArticlePicture {
|
2019-03-22 18:43:10 +01:00
|
|
|
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;
|
2018-09-08 16:52:44 +02:00
|
|
|
}
|
2019-02-22 22:38:06 +01:00
|
|
|
.blogDate {
|
|
|
|
font-size:0.8em;
|
|
|
|
font-style: italic;
|
|
|
|
color: grey;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2018-09-08 16:52:44 +02:00
|
|
|
@media (max-width: 767px) {
|
2019-05-31 23:25:31 +02:00
|
|
|
.blogArticlePicture {
|
2019-03-22 18:43:10 +01:00
|
|
|
height:auto;
|
2018-09-08 16:52:44 +02:00
|
|
|
max-width: 100%;}
|
|
|
|
}
|
2019-02-22 22:38:06 +01:00
|
|
|
|
2018-09-08 16:52:44 +02:00
|
|
|
|