Set max-height
This commit is contained in:
parent
93c588bdd2
commit
66fcd29b84
1 changed files with 9 additions and 0 deletions
|
|
@ -187,6 +187,7 @@
|
|||
bottom: 0px;
|
||||
width:100%;
|
||||
z-index: 100;
|
||||
top: 140px;
|
||||
}
|
||||
|
||||
div#archive_list {
|
||||
|
|
@ -224,6 +225,14 @@
|
|||
top: -50px;
|
||||
}
|
||||
|
||||
div#fragment_wrapper > img {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div#fragment_wrapper > img {
|
||||
max-height: 400px;
|
||||
}
|
||||
|
||||
/***** pc *****/
|
||||
@media ( min-width: 1080px ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue