This commit is contained in:
KodeStar 2018-02-11 22:23:31 +00:00
parent 78cc234aae
commit f3465efb4c
3 changed files with 16 additions and 0 deletions

View file

@ -3644,6 +3644,7 @@ body {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;
background-size: 25%; background-size: 25%;
padding: 200px 0;
} }
.section2 { .section2 {
@ -3662,11 +3663,16 @@ body {
display: block; display: block;
} }
a {
color: #5d717b;
}
.video-container { .video-container {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
} }
.video-container iframe { .video-container iframe {
position: relative; position: relative;
top: -50px; top: -50px;

View file

@ -37,6 +37,12 @@
<p>Heimdall has been designed to make your life easier. At its very core it's a way to organise <p>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 all the sites and application you use on a daily basis and present them in an informative and
pleasing way.</p> pleasing way.</p>
<p>
<strong>Github:</strong> <a href="https://github.com/linuxserver/Heimdall/">https://github.com/linuxserver/Heimdall/</a><br />
<strong>Releases:</strong> <a href="https://github.com/linuxserver/Heimdall/releases">https://github.com/linuxserver/Heimdall/releases</a><br />
<strong>Issues:</strong> <a href="https://github.com/linuxserver/Heimdall/issues">https://github.com/linuxserver/Heimdall/issues</a><br />
<strong>Support:</strong> <a href="https://discord.gg/KJXmZu5">https://discord.gg/KJXmZu5</a>
</p>
</div> </div>

View file

@ -10,6 +10,7 @@ body {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;
background-size: 25%; background-size: 25%;
padding: 200px 0;
} }
.section2 { .section2 {
background: #c7cfd4; background: #c7cfd4;
@ -24,6 +25,9 @@ body {
height: auto; height: auto;
display: block; display: block;
} }
a {
color: #5d717b;
}
.video-container { .video-container {
position: relative; position: relative;