article-tag scaling height fix
This commit is contained in:
parent
defc02097f
commit
90b7d1bb1d
1 changed files with 3 additions and 2 deletions
|
|
@ -219,8 +219,9 @@ article{padding:20px 40px 80px 40px}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:1366px){
|
@media only screen and (min-width:1366px){
|
||||||
body{background:#eae8e4}
|
html{overflow-y:scroll;height:100%}
|
||||||
.wrap{width:800px;max-width:800px}
|
body{background:#eae8e4;height:100%}
|
||||||
|
.wrap{width:800px;max-width:800px;height:auto !important;min-height:100%;height:100%;position:relative;overflow:hidden}
|
||||||
article{background:#f7f5f2;float:left}
|
article{background:#f7f5f2;float:left}
|
||||||
.moodpic{margin:-20px 0 0 -40px;width:880px;height:230px}
|
.moodpic{margin:-20px 0 0 -40px;width:880px;height:230px}
|
||||||
.moodpic img{width:auto}
|
.moodpic img{width:auto}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue