Changes

376 bytes removed ,  02:29, 20 November 2020
no edit summary
Line 309: Line 309:     
/* ---------------------------------------------*/
 
/* ---------------------------------------------*/
* {
  −
box-sizing: border-box;
  −
}
  −
*:before,
  −
*:after {
  −
box-sizing: border-box;
  −
}
  −
html,
  −
body {
  −
height: 100%;
  −
position: relative;
  −
}
  −
.body {
  −
min-height: 100vh; /* will cover the 100% of viewport */
  −
overflow: hidden;
  −
display: block;
  −
position: relative;
  −
padding-bottom: 100px; /* height of your footer */
  −
}
  −
  −
#rfootercontainer {
  −
position: absolute;
  −
bottom: 0;
  −
width: 100%;
  −
}