diff --git a/src/app/app.component.html b/src/app/app.component.html index c503025..ecd948d 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,21 +1,25 @@ - -
+
+ +
- +
-
- - - +
+ + + OpenAIRE uses cookies in order to function properly.
- Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing experience possible. - By using the OpenAIRE portal you accept our use of cookies. Read more - + Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing + experience possible. + By using the OpenAIRE portal you accept our use of cookies. Read more + -
- + +
diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index aa2a68e..5dd5588 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,4 +1,4 @@ -
+

Open. Transparent. Interconnected.

@@ -27,7 +27,7 @@
-

360° view on linked open science360° View on linked open science.

diff --git a/src/styles.css b/src/styles.css index 383f34a..38aac12 100644 --- a/src/styles.css +++ b/src/styles.css @@ -9,18 +9,22 @@ --portal-dark-color: #E63946; } -main { +.graphApp { background-color: #FAFAFA; color: #1A1A1A; - min-height: calc(100vh - 100px); - font-size: 16px; - font-family: "Open Sans", sans-serif; - line-height: 30px; - letter-spacing: 0.16px; } -navbar > * { - background-color: #FAFAFA; +.image-front-topbar { + margin-top: -100px; + padding-top: 100px; +} + +main { + min-height: calc(100vh - 100px); + line-height: 30px; + letter-spacing: 0.16px; + font-size: 16px; + font-family: "Open Sans", sans-serif; } .uk-text-large { @@ -62,11 +66,6 @@ ul.uk-text-small.portal-circle li:before { top: 6px; } -contact .uk-text-danger { - color: #B50000 !important; - font-size: 12px; -} - .footer, .footer .uk-section-primary { background-color: #ffffff;