brurei commited on
Commit
91fbd49
1 Parent(s): 7eab4d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -56,6 +56,11 @@ div.svelte-awbtu4 {
56
  bottom: 0;
57
  margin-left: -16px;
58
  }
 
 
 
 
 
59
  .app.svelte-ac4rv4.svelte-ac4rv4 {
60
  max-width: none;
61
  background-color: #ffffff;
@@ -71,7 +76,9 @@ div.svelte-awbtu4 {
71
  border-radius: var(--block-radius);
72
  background: #dbeafe;
73
  width: 100%;
74
- line-height: var(--line-sm);}
 
 
75
 
76
  """
77
 
 
56
  bottom: 0;
57
  margin-left: -16px;
58
  }
59
+ img.svelte-ms5bsk {
60
+ width: var(--size-full);
61
+ height: 90px;
62
+ object-fit: contain;
63
+ }
64
  .app.svelte-ac4rv4.svelte-ac4rv4 {
65
  max-width: none;
66
  background-color: #ffffff;
 
76
  border-radius: var(--block-radius);
77
  background: #dbeafe;
78
  width: 100%;
79
+ height: 90px;
80
+ line-height: var(--line-sm);
81
+ }
82
 
83
  """
84