front: center Header actions

This commit is contained in:
djmil 2023-10-24 09:37:02 +02:00
parent 4c185d42d5
commit 375af0798e
3 changed files with 6 additions and 7 deletions

View File

@ -20,9 +20,10 @@ nav a {
color: lightgray;
text-decoration: none;
transition: .25s ease;
width: 100px;
margin-left: 30px;
margin-right: 30px;
margin-left: 5px;
margin-right: 5px;
padding: 0.25rem 1rem;
}

View File

@ -35,11 +35,7 @@ export default function Header() {
</NavLink>
<NavLink to="/about" className={""}>
<span>A</span>
<span>b</span>
<span>o</span>
<span>u</span>
<span>t</span>
About
</NavLink>
</nav>
</div>

View File

@ -3,6 +3,8 @@
.woble {
display: flex;
cursor: pointer;
justify-content: center;
align-items: center;
/* text-transform: uppercase; */
/* font-size: 1.5rem; */
/* padding: 1rem 2rem; */