implemented lato font, reorganized CSS, link-ified navbar-brand
This commit is contained in:
parent
129354dec1
commit
299ab5dd14
9 changed files with 221 additions and 81 deletions
lib/bones73k_web/templates/layout
|
@ -1,10 +1,10 @@
|
|||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<div class="container">
|
||||
|
||||
<a class="navbar-brand" href="#">
|
||||
<%= link to: Routes.page_path(@conn, :index), class: "navbar-brand" do %>
|
||||
<%= icon_div @conn, "fas-skull-crossbones", class: "icon baseline" %>
|
||||
Bones73k
|
||||
</a>
|
||||
<% end %>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue