Newer
Older
GestionHoteleria / src / scss / custom / structure / _general.scss
James Cuadrado on 29 Apr 2021 142 bytes new
// 
// general.scss
//

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom: 60px;
  overflow-x: hidden;
}