Make the preview image full screen width on mobile
This commit is contained in:
parent
5ca0966c41
commit
09e8eb4274
1 changed files with 6 additions and 1 deletions
|
@ -353,11 +353,16 @@ nav[data-toggle=toc] {
|
|||
}
|
||||
|
||||
/* Hide SideBar and TOC */
|
||||
@media all and (max-width: 830px) {
|
||||
@media all and (max-width: 849px) {
|
||||
.post-navigation {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
margin-left: -0.5rem;
|
||||
margin-right: -0.5rem;
|
||||
}
|
||||
|
||||
.preview-img[data-src] {
|
||||
max-width: 100vw;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue