Changes

151 bytes added ,  02:31, 20 November 2020
no edit summary
Line 309: Line 309:     
/* ---------------------------------------------*/
 
/* ---------------------------------------------*/
 +
body {
 +
  position: relative;
 +
}
 +
#rfootercontainer {
 +
  background-color: #EAEDD0;
 +
  text-align: center;
 +
  width: 100%;
 +
  position: fixed;
 +
  bottom: 0;
 +
}