Skip to content

Commit

Permalink
Updating footer size and for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Aug 17, 2015
1 parent 4cba49d commit 72c1d14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/rism_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ footer {
border-top: 1px solid $gray30;
.rism-footer-text {
min-height: $footer-height;
padding: 8px 0px;
padding: 5px 0px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $navbar-default-link-active-color: $gray75;
$navbar-default-link-active-bg: $gray10;

$brandbar-height: 50px;
$footer-height: 60px;
$footer-height: 40px;

$link-color: $rismColor;

Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="navbar-fixed-bottom">
<div class="container">
<div class="rism-footer-text">
<div class="rism-footer-text hidden-xs">
<%= RISM::FOOTER.html_safe -%>
</div>
</div>
Expand Down

0 comments on commit 72c1d14

Please sign in to comment.