From f3465efb4c8ef009a1b6b63d53bef3c769b497c7 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Sun, 11 Feb 2018 22:23:31 +0000 Subject: [PATCH] updates --- css/app.css | 6 ++++++ index.html | 6 ++++++ sass/_app.scss | 4 ++++ 3 files changed, 16 insertions(+) diff --git a/css/app.css b/css/app.css index d893430a..282030fc 100644 --- a/css/app.css +++ b/css/app.css @@ -3644,6 +3644,7 @@ body { background-repeat: no-repeat; background-position: center center; background-size: 25%; + padding: 200px 0; } .section2 { @@ -3662,11 +3663,16 @@ body { display: block; } +a { + color: #5d717b; +} + .video-container { position: relative; overflow: hidden; text-align: center; } + .video-container iframe { position: relative; top: -50px; diff --git a/index.html b/index.html index e40c4e32..a89443d5 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,12 @@

Heimdall has been designed to make your life easier. At its very core it's a way to organise all the sites and application you use on a daily basis and present them in an informative and pleasing way.

+

+ Github: https://github.com/linuxserver/Heimdall/
+ Releases: https://github.com/linuxserver/Heimdall/releases
+ Issues: https://github.com/linuxserver/Heimdall/issues
+ Support: https://discord.gg/KJXmZu5 +

diff --git a/sass/_app.scss b/sass/_app.scss index ccfaa96c..af32617e 100644 --- a/sass/_app.scss +++ b/sass/_app.scss @@ -10,6 +10,7 @@ body { background-repeat: no-repeat; background-position: center center; background-size: 25%; + padding: 200px 0; } .section2 { background: #c7cfd4; @@ -24,6 +25,9 @@ body { height: auto; display: block; } +a { + color: #5d717b; +} .video-container { position: relative;