summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/ImportScreen.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/css/ImportScreen.scss b/css/ImportScreen.scss
index eeb3b11d..0ed09580 100644
--- a/css/ImportScreen.scss
+++ b/css/ImportScreen.scss
@@ -21,18 +21,21 @@
*/
.import-screen {
+ margin: 50px;
+ width: auto;
+ min-width: 30vw;
&__header {
padding-top: 20px;
}
&__progress {
- width: 50%;
+ width: 80%;
min-width: 300px;
margin: auto;
}
&__tracker {
display: flex;
justify-content: space-between;
- width: 50%;
+ width: 80%;
min-width: 300px;
margin: auto;
padding-top: 10px;