Update
This commit is contained in:
parent
11558320f6
commit
77aa97200a
@ -36,7 +36,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3>Resources</h3>
|
<h3>Resources</h3>
|
||||||
<a href="/faq.html"><p>FAQ</p></a>
|
|
||||||
<a href="https://status.lasthourhosting.org/"><p>Network Status</p></a>
|
<a href="https://status.lasthourhosting.org/"><p>Network Status</p></a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
data-user="troppus"
|
data-user="troppus"
|
||||||
data-website="gro.gnitsohruohtsal"
|
data-website="gro.gnitsohruohtsal"
|
||||||
></span>
|
></span>
|
||||||
<p>Use Secure PGP Key: PLACEHOLDERSECUREPGPKEY</p>
|
<p>Use Secure PGP Key:</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<h2>Session App ID</h2>
|
<h2>Session App ID</h2>
|
||||||
|
@ -232,7 +232,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
background: linear-gradient(to right, black, #333);
|
background: black;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: space-around;
|
align-content: space-around;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -280,7 +280,7 @@ nav a {
|
|||||||
nav ul ul {
|
nav ul ul {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 92px; /* Adjust the height of the main nav */
|
top: 80px; /* Adjust the height of the main nav */
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -400,6 +400,9 @@ input:checked + .drop + .menu-items {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
nav a:not(.logo) {
|
||||||
|
margin: 0.2rem;
|
||||||
|
}
|
||||||
.e-mail:before {
|
.e-mail:before {
|
||||||
content: attr(data-website) "\0040"attr(data-user);
|
content: attr(data-website) "\0040"attr(data-user);
|
||||||
unicode-bidi: bidi-override;
|
unicode-bidi: bidi-override;
|
||||||
|
@ -279,7 +279,7 @@
|
|||||||
<a
|
<a
|
||||||
class="button-3"
|
class="button-3"
|
||||||
role="button"
|
role="button"
|
||||||
href="https://my.lasthourhosting.org/order/iceland-vps-00-07"
|
href="https://my.lasthourhosting.org/order/iceland-vps-custom"
|
||||||
>Add to Cart</a
|
>Add to Cart</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user