Skip to content

Commit

Permalink
fix #714: add login button to public pages (#763)
Browse files Browse the repository at this point in the history
* add login button

* fix css

* fix url

* fix css justify
  • Loading branch information
MrModest committed Oct 30, 2021
1 parent cc56e30 commit c2ddd0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/html/common/menu-simplified.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<a href="{% url "index" %}" class="menu-logo">
Вастрик<img src="{% static "images/logo/logo-128.png" %}" alt=" x " width="26" height="26">Клуб
</a>
<a href="{% url "login" %}" class="button button-black">Войти</a>
</nav>
4 changes: 3 additions & 1 deletion frontend/static/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@

.menu-simplified {
grid-template-columns: auto;
justify-content: center;
justify-content: space-between;
display: flex;
flex-direction: row;
}

.content {
Expand Down

0 comments on commit c2ddd0c

Please sign in to comment.