SamiKoen commited on
Commit
1918bb1
·
verified ·
1 Parent(s): f3e82b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -134,9 +134,16 @@ demo_css = """
134
  }
135
 
136
  #input_text {
137
- width: 100px;
138
  }
139
 
 
 
 
 
 
 
 
140
 
141
 
142
  /* Buton kapsayıcısındaki sol margin değerini kaldırıyoruz */
 
134
  }
135
 
136
  #input_text {
137
+ width: 100%;
138
  }
139
 
140
+ @media (min-width: 768px) {
141
+ #input_text {
142
+ max-width: 500px;
143
+ }
144
+ }
145
+
146
+
147
 
148
 
149
  /* Buton kapsayıcısındaki sol margin değerini kaldırıyoruz */