Skip to content
Snippets Groups Projects
Commit ccf8225c authored by Chris Lawton's avatar Chris Lawton
Browse files

adding account button to mobile menu

parent f49a0e0b
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,9 @@
{% endfor %}
</ul>
</nav>
<a href="/apply" class="link link--button-transparent link--mobile-standout">
<svg class="icon"><use xlink:href="#person-icon"></use></svg>
Log in
</a>
<a href="/apply" class="link link--button-secondary link--mobile-standout">Apply</a>
......@@ -30,7 +30,7 @@
display: block;
width: 100%;
max-width: 250px;
margin: 2rem auto 0;
margin: 1rem auto 0;
font-weight: $weight--bold;
text-align: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment