Website fixes (#2002)
* Auto-generated configs and docs * Auto-generated configs and docs * Auto-generated configs and docs * Auto-generated configs and docs * daily builds added * website improvements * more website updates * fixed layout fuckups on mobile and desktop; added proteus link Co-authored-by: GitHub build-firmware Action <action@github.com>
This commit is contained in:
parent
c36f76b68e
commit
5e70d622e8
|
@ -1,11 +1,13 @@
|
|||
.container {
|
||||
max-width: 800px; }
|
||||
max-width: 800px;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.header {
|
||||
/* margin-top: 6rem; */
|
||||
background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%),url('../images/site/bg.jpg');
|
||||
background-attachment:fixed;
|
||||
/* background-size: cover; */
|
||||
background-size: 100%;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
padding-top: 6rem;
|
||||
text-align: center; }
|
||||
.value-prop {
|
||||
|
@ -94,13 +96,22 @@
|
|||
margin-left: 2rem;
|
||||
}
|
||||
.footer {
|
||||
padding-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
background-color: #222;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer a{
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
/* Larger than phone */
|
||||
@media (min-width: 550px) {
|
||||
.container {
|
||||
overflow-y: visible;
|
||||
}
|
||||
.header {
|
||||
/* margin-top: 18rem; */
|
||||
padding-top: 18rem;}
|
||||
|
@ -127,6 +138,9 @@
|
|||
|
||||
/* Larger than tablet */
|
||||
@media (min-width: 750px) {
|
||||
.container {
|
||||
overflow-y: visible;
|
||||
}
|
||||
/* Navbar */
|
||||
.navbar + .docs-section {
|
||||
border-top-width: 0; }
|
||||
|
@ -143,7 +157,7 @@
|
|||
.navbar-spacer {
|
||||
display: none; }
|
||||
.navbar > .container {
|
||||
width: 100%; }
|
||||
width: 80%; }
|
||||
.navbar-list {
|
||||
list-style: none;
|
||||
margin-bottom: 0; }
|
||||
|
@ -254,7 +268,8 @@
|
|||
}
|
||||
|
||||
.dl-link {
|
||||
margin-left: 25rem; }
|
||||
/* margin-left: 25rem; */
|
||||
float: right;}
|
||||
|
||||
td.oddrow {
|
||||
background-color: rgb(230, 230, 230);
|
||||
|
|
|
@ -89,11 +89,11 @@
|
|||
<ul class="popover-list">
|
||||
<li class="popover-item">
|
||||
<a class="popover-link" href="index.html#microrusefi">microRusEFI</a>
|
||||
<!-- </li> -->
|
||||
<!-- <li class="popover-item">
|
||||
<a class="popover-link" href="index.html#proteus">Proteus</a>
|
||||
</li>
|
||||
<li class="popover-item">
|
||||
<a class="popover-link" href="https://github.com/mck1117/proteus/">Proteus</a>
|
||||
</li>
|
||||
<!--<li class="popover-item">
|
||||
<a class="popover-link" href="#buttons">Frankenstein</a>
|
||||
</li>
|
||||
<li class="popover-item">
|
||||
|
@ -259,15 +259,7 @@
|
|||
<h6 class="docs-header">Shop</h6>
|
||||
<p>The following rusEFI hardware is currently available on eBay:</p>
|
||||
<div class="docs-example">
|
||||
<table class="u-full-width">
|
||||
<!-- <thead>
|
||||
<tr>
|
||||
<th>picture</th>
|
||||
<th>item</th>
|
||||
<th>description</th>
|
||||
<th>link</th>
|
||||
</tr>
|
||||
</thead> -->
|
||||
<table class="u-half-width">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><img src="images/site/38p_board.jpg" width="250px" alt=""></td>
|
||||
|
|
Loading…
Reference in New Issue