diff --git a/src/frontend/src/pages/CamerasListPage.scss b/src/frontend/src/pages/CamerasListPage.scss index 15850f07b..f756c976f 100644 --- a/src/frontend/src/pages/CamerasListPage.scss +++ b/src/frontend/src/pages/CamerasListPage.scss @@ -51,10 +51,6 @@ } h6 { - margin: 15px 0; - } - - h2 { - margin-bottom: 30px; + margin-top: 2rem; } } diff --git a/src/frontend/src/pages/EventsListPage.js b/src/frontend/src/pages/EventsListPage.js index b8bacc3dc..75b8e5525 100644 --- a/src/frontend/src/pages/EventsListPage.js +++ b/src/frontend/src/pages/EventsListPage.js @@ -308,7 +308,7 @@ export default function EventsListPage() { } {!processedEvents.length && -
+

No delays to display

Do you have a starting location and a destination entered?
@@ -316,7 +316,7 @@ export default function EventsListPage() {
Have you hidden any of the layers using the filters?

Try toggling the filters on and off so that more information can be displayed.

-
+ } diff --git a/src/frontend/src/pages/EventsListPage.scss b/src/frontend/src/pages/EventsListPage.scss index cd0d9387a..470338132 100644 --- a/src/frontend/src/pages/EventsListPage.scss +++ b/src/frontend/src/pages/EventsListPage.scss @@ -172,10 +172,6 @@ } h6 { - margin: 15px 0; - } - - h2 { - margin: 60px 0 30px 0; + margin-top: 2rem; } }