ZwiiCMS/module/blog/view/index/index.css

37 lines
479 B
CSS
Raw Normal View History

2018-04-02 08:29:19 +02:00
.blogPicture {
2019-05-31 23:25:31 +02:00
float: none;
2018-04-02 08:29:19 +02:00
}
2019-02-24 19:11:13 +01:00
.blogPicture img {
width: 100%;
height: auto;
}
2018-04-02 08:29:19 +02:00
.blogPicture:hover {
opacity: .7;
}
2019-02-22 22:38:06 +01:00
.row:after {
2018-04-02 08:29:19 +02:00
content: " ";
display: table;
clear: both;
}
.blogComment {
2019-02-22 22:38:06 +01:00
padding-right: 10px;
2018-04-02 08:29:19 +02:00
float: right;
}
2019-02-22 22:38:06 +01:00
.blogTitle {
/*background-color: #ECEFF1;*/
2019-02-22 22:38:06 +01:00
padding: 5px;
}
.blogContent {
float: left;
}
.blogDate {
font-size:0.8em;
font-style: italic;
color: grey;
margin-left: 10px;
}
2018-04-02 08:29:19 +02:00
@media (max-width: 768px) {
.blogContent {
display: none;
}
}