Jerrycool commited on
Commit
fb21ee3
·
verified ·
1 Parent(s): 8901aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -457,10 +457,10 @@ about_image_css = """
457
  /* --- CSS for the Image tag itself in the About Tab --- */
458
  #about-image img { /* Target the actual <img> tag */
459
  display: block;
460
- max-width: 900px;
461
  width: 90%;
462
  height: auto;
463
- margin: 2rem auto 1rem auto; /* Adjusted margin slightly */
464
  border-radius: 8px;
465
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
466
  }
 
457
  /* --- CSS for the Image tag itself in the About Tab --- */
458
  #about-image img { /* Target the actual <img> tag */
459
  display: block;
460
+ max-width: 1000px;
461
  width: 90%;
462
  height: auto;
463
+ margin: 0rem auto 0rem auto; /* Adjusted margin slightly */
464
  border-radius: 8px;
465
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
466
  }