website index button github
This commit is contained in:
parent
dbf35f2492
commit
a8c6cb97c1
@ -48,7 +48,7 @@
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle">Simple system and OS information library for node.js</div>
|
||||
<div class="version">Current Version: <span id="version">4.0.0</span></div>
|
||||
<div class="text"><a href="https://github.com/sebhildebrandt/systeminformation">View on Github <i class="fab fa-github"></i></a></div>
|
||||
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'"">View on Github <i class=" fab fa-github"></i></button>
|
||||
</header>
|
||||
|
||||
<section class="container">
|
||||
|
||||
@ -160,6 +160,7 @@ h1, h2, h3, h4 {
|
||||
|
||||
.bg-image-full .version {
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
color: #fff;
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -95,6 +95,7 @@ h1, h2, h3, h4 {
|
||||
}
|
||||
.version {
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
color: #fff;
|
||||
font-size: .8rem;
|
||||
@media only screen and (min-width: 420px) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user