diff --git a/src/modules/edc-demo/components/introduction/introduction.component.html b/src/modules/edc-demo/components/introduction/introduction.component.html
index c44b09d4e..a7757ec6a 100644
--- a/src/modules/edc-demo/components/introduction/introduction.component.html
+++ b/src/modules/edc-demo/components/introduction/introduction.component.html
@@ -1,7 +1,7 @@
- Eclipse Dataspace Connector
-
+
Eclipse Dataspace Connector
+
The Eclipse Dataspace Connector provides a framework for sovereign, inter-organizational data exchange.
It implements the International Data Spaces standard (IDS) as well as relevant protocols associated with GAIA-X.
@@ -26,12 +26,12 @@
Eclipse Dataspace Connector
Onboarding Guide
-
+
- EDC Data Dashboard (this application)
-
+
EDC Data Dashboard (this application)
+
This EDC Data Dashboard is a developer UI for the EDC Management API.
This application is not intended for production usage and can be used to showcase EDC from a technical perspective, as the UI
@@ -58,6 +58,6 @@
EDC Data Dashboard (this application)
View and create policies and apply these to assets in your Dataspace using the Policies page
Publish a new asset into your Dataspace using the Contract Definitions page
-
+
diff --git a/src/modules/edc-demo/components/introduction/introduction.component.scss b/src/modules/edc-demo/components/introduction/introduction.component.scss
index 7e54f9fe1..d16835552 100644
--- a/src/modules/edc-demo/components/introduction/introduction.component.scss
+++ b/src/modules/edc-demo/components/introduction/introduction.component.scss
@@ -4,8 +4,8 @@
}
h1 {
- margin-top: 20px;
- margin-bottom: 10px;
+ margin-top: 10px;
+ margin-bottom: 0px;
}
.link {
@@ -14,7 +14,6 @@ h1 {
.description {
text-align: justify;
- padding-left: 20px;
padding-right: 20px;
}