From 83518ce800aba586b7591959f232a7ddfe4f8a9f Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 26 Sep 2017 21:29:11 +0200 Subject: Add logo to jumbotron --- src/components/home/JumbotronHeader.js | 5 +++-- src/components/home/JumbotronHeader.sass | 23 ++++++++++++++--------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/src/components/home/JumbotronHeader.js b/src/components/home/JumbotronHeader.js index b7af420e..ba504c18 100644 --- a/src/components/home/JumbotronHeader.js +++ b/src/components/home/JumbotronHeader.js @@ -4,11 +4,12 @@ import "./JumbotronHeader.css"; const JumbotronHeader = () => (
-
-

OpenDC

+
+

OpenDC

Collaborative Datacenter Simulation and Exploration for Everybody

+ OpenDC
diff --git a/src/components/home/JumbotronHeader.sass b/src/components/home/JumbotronHeader.sass index 07151cf2..fae9f53f 100644 --- a/src/components/home/JumbotronHeader.sass +++ b/src/components/home/JumbotronHeader.sass @@ -5,15 +5,20 @@ background-color: inherit margin-bottom: 0 - padding-top: 100px - padding-bottom: 100px + padding-top: 120px + padding-bottom: 120px -.jumbotron h1 - color: #eee + img + width: 110px -.jumbotron h1 .dc - color: #eee - font-weight: bold + h1 + color: #fff + font-size: 4.5em -.jumbotron .lead - color: #eee + .dc + color: #fff + font-weight: bold + + .lead + color: #fff + font-size: 1.3em -- cgit v1.2.3