fix xenia
This commit is contained in:
parent
006a0d6de1
commit
b86c33451d
2 changed files with 18 additions and 2 deletions
|
@ -33,7 +33,6 @@ ul {
|
|||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
|
@ -85,7 +84,10 @@ ul {
|
|||
text-align: center;
|
||||
font-size: smaller;
|
||||
padding: 0.5em;
|
||||
margin: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
position: sticky;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.credit img {
|
||||
|
|
|
@ -42,6 +42,20 @@
|
|||
<a href="https://cohost.org/realmicrosoft">Cohost</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>legal disclaimer</h3>
|
||||
<p>
|
||||
wukko's name is being used with permission from wukko for this project.
|
||||
</p>
|
||||
<p>
|
||||
this project is not associated in any way with the Unix brand or trademark, despite any potential
|
||||
similarities or references to Unix or other Unix-like operating systems.
|
||||
</p>
|
||||
<p>
|
||||
both wukkOS and the company Real Microsoft, LLC are not associated with Microsoft Corporation in
|
||||
any way, and should not be confused with Microsoft Corporation or any of its products.
|
||||
we do not attempt to associate ourselves with Microsoft Corporation or any of its products.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="container-item">
|
||||
|
|
Loading…
Add table
Reference in a new issue