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