navbar: adjust left size styling, especially since not a button
This commit is contained in:
parent
c10676064d
commit
e330c9ab08
@ -15,6 +15,12 @@ body {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
#navBarLeft {
|
||||
text-align: left;
|
||||
flex-grow: 1;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.navItem {
|
||||
margin: 6px;
|
||||
margin-top: 0px;
|
||||
|
@ -7,9 +7,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="navigation">
|
||||
<div style="text-align: left; flex-grow: 1;">
|
||||
<p class="navItem">Trianta</p>
|
||||
</div>
|
||||
<p id="navBarLeft">Trianta</p>
|
||||
<a class="navItem" href="https://www.github.com/trimutex">GitHub</a>
|
||||
<a class="navItem" href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user