expandable image full screen width for mobile
This commit is contained in:
parent
f1d02aac1a
commit
8998db333a
|
@ -497,6 +497,12 @@ footer a {
|
||||||
#links .link .entry details .line:first-child {
|
#links .link .entry details .line:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
#links .link .entry details[open] .preview {
|
||||||
|
width: 100vw;
|
||||||
|
transform: translateX(-150px);
|
||||||
|
}
|
||||||
|
}
|
||||||
/* COMMENTS */
|
/* COMMENTS */
|
||||||
.comment {
|
.comment {
|
||||||
font-size: 0.83rem;
|
font-size: 0.83rem;
|
||||||
|
|
Loading…
Reference in New Issue