Skip to content

Commit

Permalink
Breadcrumb size
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Mar 9, 2022
1 parent f164799 commit fc52640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/brochure/views/partials/breadcrumbs.html
Expand Up @@ -23,7 +23,7 @@
<div class="breadcrumbs breadcrumbs__list" style="overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
flex-grow: 1;border: 1px solid var(--light-border-color);border-left: none;border-right: none;border-top:none;border-bottom:none;padding: 18px 0 16px 36px;">
flex-grow: 1;border: 1px solid var(--light-border-color);border-left: none;border-right: none;border-top:none;border-bottom:none;padding: 18px 0 16px 36px;font-size: 20px">
<!-- ;border-bottom: 1px solid rgba(0,0,0,0.04)
--> {{#breadcrumbs}}{{#first}}<a class="breadcrumbs__link" style="" href="{{{url}}}">
<svg version="1.1" id="logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
Expand Down
4 changes: 2 additions & 2 deletions app/brochure/views/partials/header.html
@@ -1,6 +1,6 @@
<style type="text/css">
.hdr-btn {
box-sizing:border-box;display:inline-block;color:#000;height:36px;line-height:32px;border:1px solid #eee;border-radius: 36px;padding: 0 1rem;margin-left: 0.5rem
box-sizing:border-box;display:inline-block;color:#000;height:36px;line-height:32px;border:1px solid #eee;border-radius: 36px;padding: 0 1rem;margin-left: 0.5rem;font-size: 20px;
}

.hdr-btn:hover {
Expand All @@ -22,7 +22,7 @@
<div style="flex-basis: 100%;margin:3px 0 13px;" >
{{> breadcrumbs}}
</div>

<div class="top-r">

{{#if user}}
Expand Down

0 comments on commit fc52640

Please sign in to comment.