diff --git a/src/Components/Dashboard/Dashboard.js b/src/Components/Dashboard/Dashboard.js index 86f2e91..5e2d203 100644 --- a/src/Components/Dashboard/Dashboard.js +++ b/src/Components/Dashboard/Dashboard.js @@ -217,10 +217,9 @@ const Dashboard = () => { <> )} - -
- {responseCount > 0 ? ( - <> + {responseCount > 0 ? ( + <> +
@@ -232,14 +231,15 @@ const Dashboard = () => { : " responses Novodrafted"}

- - ) : ( - <> - )} -
-
- {responseCount > 0 ? ( - <> +
+ + ) : ( + <> + )} + + {responseCount > 0 ? ( + <> +
@@ -249,11 +249,11 @@ const Dashboard = () => { using Novodraft

- - ) : ( - <> - )} - + + + ) : ( + <> + )} {isMobile ? ( diff --git a/src/styles/dashboard.scss b/src/styles/dashboard.scss index 293d93a..59f22c3 100644 --- a/src/styles/dashboard.scss +++ b/src/styles/dashboard.scss @@ -115,9 +115,11 @@ display: flex; flex-direction: row; background-color: var(--barely-there-accent); + width: 290px; margin: 4px 0px; padding: 8px 0px; border-radius: 15px; + justify-content: center; } .notification-center {