Vivien
commited on
Commit
•
7600dc3
1
Parent(s):
55fea56
Change layout
Browse files
app.py
CHANGED
@@ -67,6 +67,9 @@ def main():
|
|
67 |
margin-left: 5px;
|
68 |
margin-right: 5px;
|
69 |
}
|
|
|
|
|
|
|
70 |
div.reportview-container > section:first-child{
|
71 |
max-width: 320px;
|
72 |
}
|
|
|
67 |
margin-left: 5px;
|
68 |
margin-right: 5px;
|
69 |
}
|
70 |
+
section.main>div:first-child {
|
71 |
+
padding-top: 50px;
|
72 |
+
}
|
73 |
div.reportview-container > section:first-child{
|
74 |
max-width: 320px;
|
75 |
}
|