diff options
Diffstat (limited to 'src/components/home/JumbotronHeader.sass')
| -rw-r--r-- | src/components/home/JumbotronHeader.sass | 23 |
1 files changed, 14 insertions, 9 deletions
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 |
