Jerrycool commited on
Commit
c1a1054
·
verified ·
1 Parent(s): e5cb27e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -487,7 +487,7 @@ intro_image_css = """
487
  /* --- CSS for the Image tag itself in the About Tab --- */
488
  #intro-image img { /* Target the actual <img> tag */
489
  display: block;
490
- max-width: 600px;
491
  width: 90%;
492
  height: auto;
493
  margin: 2rem auto 1rem auto; /* Adjusted margin slightly */
 
487
  /* --- CSS for the Image tag itself in the About Tab --- */
488
  #intro-image img { /* Target the actual <img> tag */
489
  display: block;
490
+ max-width: 400px;
491
  width: 90%;
492
  height: auto;
493
  margin: 2rem auto 1rem auto; /* Adjusted margin slightly */