mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Cleaning up some styles
This commit is contained in:
parent
cd5ccf78dc
commit
aa68e11c56
12 changed files with 74 additions and 102 deletions
|
@ -21,7 +21,7 @@
|
|||
</p>
|
||||
<!-- Site Navigation -->
|
||||
<nav class="nav-home">
|
||||
<ul>
|
||||
<ul class="space-evenly">
|
||||
{{ range .Site.Menus.main }}
|
||||
<li><a href="{{ .URL }}" aria-label="{{ .Identifier }}">{{ .Pre }}<br>{{ .Name }}</a></li>
|
||||
{{ end }}
|
||||
|
@ -30,7 +30,7 @@
|
|||
<!-- Social Navigation -->
|
||||
<p>You can also find me on:</p>
|
||||
<nav class="nav-home">
|
||||
<ul>
|
||||
<ul class="space-evenly">
|
||||
{{ range .Site.Menus.profile }}
|
||||
<li><a href="{{ .URL }}" rel="me" aria-label="{{ .Identifier }}">{{ .Pre }}<br>{{ .Name }}</a></li>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue