We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2bc78 commit 3c6f119Copy full SHA for 3c6f119
2 files changed
app/assets/stylesheets/footer.scss
@@ -10,10 +10,7 @@
10
background-color: $footer-bg;
11
color: $footer-text;
12
padding-top: $footer-padding-top;
13
-
14
- @media (max-width: $screen-md-max) {
15
- padding-top: 0;
16
- }
+ padding: $footer-padding-top 5px 5px 5px;
17
18
h5, h6 {
19
font-weight: bold;
app/views/common/_breadcrumbs.html.erb
@@ -1,4 +1,4 @@
1
-<div class="breadcrumbs">
+<div class="breadcrumbs hidden-xs">
2
<ol class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList">
3
<% @breadcrumbs[0..-2].each_with_index do |crumb, i| %>
4
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
0 commit comments