Skip to content

Commit 3c6f119

Browse files
committed
Hide breadcrumbs on small screens. Fix footer padding
1 parent 8c2bc78 commit 3c6f119

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

app/assets/stylesheets/footer.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
background-color: $footer-bg;
1111
color: $footer-text;
1212
padding-top: $footer-padding-top;
13-
14-
@media (max-width: $screen-md-max) {
15-
padding-top: 0;
16-
}
13+
padding: $footer-padding-top 5px 5px 5px;
1714

1815
h5, h6 {
1916
font-weight: bold;

app/views/common/_breadcrumbs.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="breadcrumbs">
1+
<div class="breadcrumbs hidden-xs">
22
<ol class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList">
33
<% @breadcrumbs[0..-2].each_with_index do |crumb, i| %>
44
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">

0 commit comments

Comments
 (0)