update
This commit is contained in:
parent
d7f1760e18
commit
52a4271007
2 changed files with 5 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
<body>
|
||||
<div class="center-text">
|
||||
<a>Hi! It's good to see you \( ‘ o ‘ )/</a>
|
||||
<div class="bullet-text ">
|
||||
<ul class="links">
|
||||
<li><a href="https://myco.systems" target="_blank">Myco.Systems</a></li>
|
||||
|
@ -21,6 +22,7 @@
|
|||
<li><a href="https://wiki.hemera.network/" target="_blank">Wiki.Hemera.Network</a></li>
|
||||
</ul>
|
||||
<li><a href="https://web.myco.systems" target="_blank">Web.Myco.Systems</a></li>
|
||||
<li><a href="https://git.myco.systems" target="_blank">Git.Myco.Systems</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -15,6 +15,7 @@ body {
|
|||
margin: 0;
|
||||
background: #241917;
|
||||
color: #f3bbae;
|
||||
font-family: Monaco, monospace;
|
||||
}
|
||||
|
||||
body,
|
||||
|
@ -46,7 +47,7 @@ body,
|
|||
.center-text {
|
||||
position: absolute;
|
||||
top: 35vh;
|
||||
left: 8.5rem;
|
||||
left: 10.5rem;
|
||||
gap: 25px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -54,7 +55,7 @@ body,
|
|||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
.center-text {
|
||||
left: 3.5rem;
|
||||
left: 10z.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue