added separators to <nav>

This commit is contained in:
Vitor Gonçalves 2024-02-16 23:44:46 -03:00
parent fd41c53997
commit 97f7ca282e
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
2 changed files with 2 additions and 4 deletions

View File

@ -7,9 +7,7 @@
<header class="block" class="text">
<h1><a href="/">~vitorg</a></h1>
<nav>
<a href="/about">about me</a>
<a href="/blog">blog</a>
<a href="/tinylog">tinylog</a>
<p><a href="/about">about me</a> | <a href="/blog">blog</a> | <a href="/tinylog">tinylog</a></p>
</nav>
</header>
<article class="block">

View File

@ -33,7 +33,7 @@ header>h1>a {
color: var(--default-text-color);
}
nav>a { font-size: 1.5em; }
nav>p>a { font-size: 1.5em; }
img {
max-width:100%;