Skip to content

Commit

Permalink
remove and replace sass ruby script functions because did not work
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jun 8, 2022
1 parent 82ed032 commit ada92ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
11 changes: 6 additions & 5 deletions app/assets/stylesheets/bootstrap_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: body_margin_bottom(); /* Margin bottom by footer height */
}

.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 300px; /* Set the fixed height of the footer here */
color: #757575;
background-color: #ccc;
}

body{
display: flex;
flex-direction: column;
height: 100vh;
}
/* Footer
-------------------------------------------------- */
footer.footer h6 {
Expand Down
10 changes: 0 additions & 10 deletions config/initializers/sass.rb

This file was deleted.

0 comments on commit ada92ff

Please sign in to comment.