removed old commented css
This commit is contained in:
parent
53fc545728
commit
2bd4d8aa57
|
@ -112,7 +112,6 @@ article, .articlePreview {
|
|||
margin: auto;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
// max-height: 400px;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
|
@ -273,25 +272,12 @@ h1, h2, h3, h4, h5, h6 {
|
|||
|
||||
.postlistitem.card div {
|
||||
img {
|
||||
// margin: 15px auto;
|
||||
height: 250px;
|
||||
min-width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
//@media only screen and (min-width: 500px) {
|
||||
// .postlistitem.card > div {
|
||||
// img {
|
||||
// max-width: 250px;
|
||||
// float: left;
|
||||
// margin-right: 15px;
|
||||
// margin-bottom: 15px;
|
||||
// }
|
||||
// overflow: auto; // clearfix
|
||||
// }
|
||||
//}
|
||||
|
||||
ul {
|
||||
li {
|
||||
margin: 5px 0;
|
||||
|
|
Loading…
Reference in New Issue