Skip to content

Commit 12b98bd

Browse files
Breadcrumbs shifted isnide the top container and removed extra margin
1 parent 49fb642 commit 12b98bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ <h3 class="masthead-title">
1818
</form>
1919

2020
</center>
21+
{% include breadcrumb.html %}
2122
</div>
22-
{% include breadcrumb.html %}
23+
2324
</div>
2425
<div class="container content">
2526
{{ content }}

public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ display: none;
728728
padding: .75rem 1rem;
729729
margin-bottom: 0px;
730730
list-style: none;
731-
margin-left: 20%;
731+
732732
margin-bottom: 0%;
733733
margin-top: 5px;
734734

0 commit comments

Comments
 (0)