diff --git a/src/index.html b/src/index.html
index 0550b7a..2812e9e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -11,16 +11,21 @@
BOM to Table
-
+
+
+
diff --git a/src/style.css b/src/style.css
index 99ee653..0b07c68 100644
--- a/src/style.css
+++ b/src/style.css
@@ -9,10 +9,14 @@ main {
flex-direction: row;
flex-flow: wrap;
min-width: 500px;
- max-width: 80vw;
+ max-width: 90vw;
justify-content: space-between;
}
section {
- flex: 0 0 45%;
+ flex: 0 0 32%;
+}
+
+.upload {
+ flex-basis: 100%;
}
\ No newline at end of file