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;
|
bottom: 0px;
|
||||||
width:100%;
|
width:100%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
top: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#archive_list {
|
div#archive_list {
|
||||||
|
|
@ -223,6 +224,14 @@
|
||||||
a.anchor {
|
a.anchor {
|
||||||
top: -50px;
|
top: -50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#fragment_wrapper > img {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#fragment_wrapper > img {
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
/***** pc *****/
|
/***** pc *****/
|
||||||
@media ( min-width: 1080px ) {
|
@media ( min-width: 1080px ) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue