Skip to content

Commit 7458525

Browse files
committed
Fix profile image centering and OpenToonz icon
1 parent 91a8bca commit 7458525

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_includes/layouts/base.njk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@
9696

9797
<!-- Navbar on small screens -->
9898
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
99-
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
100-
{%- for entry in collections.all | eleventyNavigation %}
101-
<a href="{{ entry.url | url }}" class="w3-bar-item w3-button" style="width:20% !important">{{ entry.title }}</a>
102-
{%- endfor %}
103-
</div>
99+
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
100+
<a href="/#" class="w3-bar-item w3-button" style="width:25% !important">Home</a>
101+
<a href="/#about" class="w3-bar-item w3-button" style="width:25% !important">About</a>
102+
<a href="/projects/" class="w3-bar-item w3-button" style="width:25% !important">Projects</a>
103+
<a href="/#contact" class="w3-bar-item w3-button" style="width:25% !important">Contact</a>
104104
</div>
105105

106106
<div class="w3-padding-large" id="main">

0 commit comments

Comments
 (0)