EmilyWitko HF staff commited on
Commit
10c5af8
1 Parent(s): 59e409f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -19,7 +19,8 @@
19
  img {
20
  display: block;
21
  margin: 20px auto;
22
- width: 800px;
 
23
  height: auto;
24
  }
25
  </style>
 
19
  img {
20
  display: block;
21
  margin: 20px auto;
22
+ width: 100%;
23
+ max-width: 800px;
24
  height: auto;
25
  }
26
  </style>