Set max-height

This commit is contained in:
Hyunchul Kim 2021-09-16 11:25:39 +09:00
parent 93c588bdd2
commit 66fcd29b84

View file

@ -187,6 +187,7 @@
bottom: 0px;
width:100%;
z-index: 100;
top: 140px;
}
div#archive_list {
@ -223,6 +224,14 @@
a.anchor {
top: -50px;
}
div#fragment_wrapper > img {
text-align: center;
}
div#fragment_wrapper > img {
max-height: 400px;
}
/***** pc *****/
@media ( min-width: 1080px ) {