parent
9aa6ff1716
commit
6c5d6af6d0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -701,6 +701,11 @@ The first (most recent) post in the list is styled to be bigger than the others
|
||||||
margin: 1.5em auto;
|
margin: 1.5em auto;
|
||||||
max-width: 1040px;
|
max-width: 1040px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 1040px) {
|
||||||
|
.post-full-content img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
If an image url has #full on the end, give it special wide styles.
|
If an image url has #full on the end, give it special wide styles.
|
||||||
|
|
Loading…
Reference in New Issue