mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-24 16:58:35 -04:00
Tidy up mobile view of logo/nav
This commit is contained in:
@@ -441,6 +441,10 @@ ul.thumbnail-buttons {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.navbar-brand .site-name {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
section .btn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
%a.navbar-brand{ href: root_path }
|
||||
= image_tag("pear.png", size: "100x100", alt: 'Growstuff brand logo (drawing of a pear)')
|
||||
%span.site-name Growstuff
|
||||
= render 'crops/search_bar'
|
||||
.nav
|
||||
%button.navbar-toggler{"aria-controls" => "navbarSupportedContent", "aria-expanded" => "false", "aria-label" => "Toggle navigation", "data-target" => "#navbarSupportedContent", "data-toggle" => "collapse", type: "button"}
|
||||
%i.fas.fa-ellipsis-v.navbar-toggler-icon
|
||||
|
||||
= render 'layouts/menu'
|
||||
|
||||
= render 'crops/search_bar'
|
||||
Reference in New Issue
Block a user