mgokg commited on
Commit
ad7c5c6
·
verified ·
1 Parent(s): d60748e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -10,15 +10,15 @@ secreturl = os.environ.get('secret_url')
10
  custom_css = """
11
  #md {
12
  height: 350px;
13
- font-size:20px;
14
- background:#181818;
15
  padding: 20px;
16
  padding-top: 40px;
17
- color:white;
18
  }
19
  #senden {
20
  width: 200px;
21
- float:right;
22
  }
23
  """
24
 
 
10
  custom_css = """
11
  #md {
12
  height: 350px;
13
+ font-size: 30px;
14
+ background: #121212;
15
  padding: 20px;
16
  padding-top: 40px;
17
+ color: white;
18
  }
19
  #senden {
20
  width: 200px;
21
+ float: right;
22
  }
23
  """
24