diff --git a/src/Constants/Copy/howToSteps.js b/src/Constants/Copy/howToSteps.js
index a28946a..3061fd2 100644
--- a/src/Constants/Copy/howToSteps.js
+++ b/src/Constants/Copy/howToSteps.js
@@ -17,13 +17,17 @@ export const Steps = () => (
UPLOAD YOUR DOCUMENT: You will now
- see the Document Upload Modal. Enter your discovery request's info:
- document title, i.e. “Defendant’s Interrogatories,” and (optionally)
- the date served. Drag and drop the file, or click to select it from
- your computer's files, {" "}
- then click
“Upload”.
-
The upload will begin. Parsing the document usually takes under
- 2 minutes, but be patient - it may take up to 5.
+ see the Document Upload Modal. Enter the discovery request's title,
+ i.e. “Defendant’s Interrogatories,” and (optionally) the date served.
+ Drag and drop or click and select the .pdf from your computer's files,{" "}
+ {" "}
+
+ Click “Upload”.
+
+
+ Parsing the document usually takes under 2 minutes, but be patient -
+ it may take up to 5.
+
diff --git a/src/styles/howTo-page.scss b/src/styles/howTo-page.scss
index f9b7921..849b215 100644
--- a/src/styles/howTo-page.scss
+++ b/src/styles/howTo-page.scss
@@ -64,6 +64,9 @@
width: 12%;
}
+.mini-break {
+ margin: 8px 0px;
+}
.image-moun {
display: flex;
flex-direction: column;