updates
This commit is contained in:
parent
78cc234aae
commit
f3465efb4c
3 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -37,6 +37,12 @@
|
|||
<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
|
||||
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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue