summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/import.css2
-rw-r--r--static/theme.css2
-rw-r--r--static/upload.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/static/import.css b/static/import.css
index bc114e7..c142977 100644
--- a/static/import.css
+++ b/static/import.css
@@ -1,7 +1,7 @@
.import-container {
display: inline-block;
max-width: 100%;
- margin-top: 50px;
+ margin-top: 10px;
}
.import-wrapper {
diff --git a/static/theme.css b/static/theme.css
index 0dcbd1a..60b5479 100644
--- a/static/theme.css
+++ b/static/theme.css
@@ -95,7 +95,7 @@ main {
display: inline-block;
margin-left: 10px;
width: 290px;
- height: 543px;
+ height: 607px;;
background: #282a2e;
box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
overflow-x: hidden;
diff --git a/static/upload.css b/static/upload.css
index 9add614..ca9006a 100644
--- a/static/upload.css
+++ b/static/upload.css
@@ -1,7 +1,7 @@
.upload-container {
display: inline-block;
max-width: 100%;
- margin-top: 50px;
+ margin-top: 10px;
}
.upload-wrapper {