Omnibus commited on
Commit
506e2ac
·
1 Parent(s): a2dd01e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -38,12 +38,15 @@ def test(inp):
38
  html_out = file1.read()
39
  style = '''
40
  .put-on-top{
 
41
  border-style: solid;
42
  border-width: 3px;
43
  border-radius: 5px;
44
 
45
  background: none;
46
- margin-top:3em;
 
 
47
  }
48
  .grid-mee {
49
  display: flex;
 
38
  html_out = file1.read()
39
  style = '''
40
  .put-on-top{
41
+ align-contents:center;
42
  border-style: solid;
43
  border-width: 3px;
44
  border-radius: 5px;
45
 
46
  background: none;
47
+ padding: 1em;
48
+ margin-top:1em;
49
+ margin-bottom:1em;
50
  }
51
  .grid-mee {
52
  display: flex;