mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Fixed the posts' layout jumping in loading.
screen width >= 1200px and the panel is visible.
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
/*
|
||||
The following resposive design aim to make #post-extend-wrap margin-right same as pannel's width
|
||||
*/
|
||||
@media all and (min-width: 1201px) {
|
||||
@media all and (min-width: 1200px) {
|
||||
#post-extend-wrap {
|
||||
margin-right: 25%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user