fix: list styling in nav bar

This commit is contained in:
Guz
2025-04-11 16:54:26 -03:00
parent f6c7ca181f
commit b745a5c249
2 changed files with 3 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
margin: 0.7rem 0 0.7rem 0;
}
li {
ul {
list-style: disc;
margin-left: 1.5rem;
}
@@ -111,6 +111,7 @@
details {
margin: 1rem 0 1rem 0;
background-color: #111;
padding: 1.5rem;
border-radius: 1rem;

View File

@@ -3,8 +3,8 @@
<a href="/?lang={{.Lang}}" class="underline-offset-2 transition-opacity hover:underline hover:opacity-100">
&lt;- {{if (eq .Lang "pt-BR")}}Retornar a página principal{{else}}Return to Homepage{{end}}
</a>
<ul>
{{if (ne .Lang "pt")}}
<ul class="list-none">
<li>
<a href="?lang=pt-BR" class="underline-offset-2 transition-opacity hover:underline hover:opacity-100">
pt-BR