diff --git a/src/Constants/Copy/howToSteps.js b/src/Constants/Copy/howToSteps.js index f606662..70c63b0 100644 --- a/src/Constants/Copy/howToSteps.js +++ b/src/Constants/Copy/howToSteps.js @@ -22,8 +22,11 @@ export const Steps = () => ( i.e. “Defendant’s Interrogatories,” and (optionally) the date served. Drag and drop or click to select the request document from your files.{" "} The document must be in .pdf format. -
Click “Upload”, and will you automatically navigate to the{" "} - Document List View.
{" "} +
{" "} +

+ Click “Upload”, and will you automatically navigate to the{" "} + Document List View. +

{" "}
  • Click the “Generate Responses'' button. Novdraft’s Intellidraft AI will diff --git a/src/styles/howTo-page.scss b/src/styles/howTo-page.scss index daf15de..d211fe0 100644 --- a/src/styles/howTo-page.scss +++ b/src/styles/howTo-page.scss @@ -81,5 +81,9 @@ margin-bottom: 14px; padding: 0px 14px; } + + .howto-special-para { + margin-top: 6px; + } } }