soiz1 commited on
Commit
2ab3dac
·
verified ·
1 Parent(s): 50c9a16

Update marker.html

Browse files
Files changed (1) hide show
  1. marker.html +2 -5
marker.html CHANGED
@@ -35,13 +35,10 @@
35
  }
36
 
37
  .image-box img {
38
- max-width: 100%;
39
- height: auto;
40
  border-radius: 5px;
41
  object-fit: cover;
42
- /* 画像の小さい方を200pxに合わせる */
43
- mix-height: 200px;
44
- max-height:200px
45
  }
46
 
47
  .download-button, .copy-button {
 
35
  }
36
 
37
  .image-box img {
38
+ height: 200px;
39
+ width: auto;
40
  border-radius: 5px;
41
  object-fit: cover;
 
 
 
42
  }
43
 
44
  .download-button, .copy-button {