Vivien
commited on
Commit
•
555584f
1
Parent(s):
000d238
Move content up
Browse files
app.py
CHANGED
@@ -67,7 +67,10 @@ def main():
|
|
67 |
margin-right: 5px;
|
68 |
}
|
69 |
section.main>div:first-child {
|
70 |
-
padding-top:
|
|
|
|
|
|
|
71 |
}
|
72 |
div.reportview-container > section:first-child{
|
73 |
max-width: 320px;
|
|
|
67 |
margin-right: 5px;
|
68 |
}
|
69 |
section.main>div:first-child {
|
70 |
+
padding-top: 0px;
|
71 |
+
}
|
72 |
+
section:not(.main)>div:first-child {
|
73 |
+
padding-top: 30px;
|
74 |
}
|
75 |
div.reportview-container > section:first-child{
|
76 |
max-width: 320px;
|