Small styling and copy change for desktop menu

This commit is contained in:
Rogerio Chaves 2020-05-02 10:03:10 +02:00
parent a3c98d722d
commit 17b203678c
No known key found for this signature in database
GPG Key ID: E6AF5440509B1D94
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ nav {
border-radius: 5px; border-radius: 5px;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
white-space: nowrap;
} }
.friends-communities { .friends-communities {

View File

@ -14,7 +14,7 @@
<a href="/">Feedless</a> <a href="/">Feedless</a>
</div> </div>
<nav> <nav>
<a href="/">Profile</a> <a href="/">Home</a>
<a href="/about">About me</a> <a href="/about">About me</a>
<a href="/communities">Communities</a> <a href="/communities">Communities</a>
<% if (context.profile.admin) { %> <% if (context.profile.admin) { %>