core: make navigation a class
This commit is contained in:
parent
e399b6ed8e
commit
2a5dcb5ed7
@ -38,12 +38,11 @@ body {
|
||||
max-width: 10rem;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
.navigation {
|
||||
text-align: right;
|
||||
padding: 6px;
|
||||
max-width: inherit;
|
||||
max-width: 4rem;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.canvas {
|
||||
|
@ -13,10 +13,8 @@
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div id="introRight">
|
||||
<div id="navigation">
|
||||
<a href="https://www.github.com/trimutex">GitHub</a>
|
||||
<a href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||
</div>
|
||||
<a class="navigation" href="https://www.github.com/trimutex">GitHub</a>
|
||||
<a class="navigation" href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user