htdocs/css/boxer.css [25:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  position: relative;
  pointer-events: auto;
}

body.blurbg:after {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



htdocs/css/boxer.scss [38:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

body {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    position: relative;
    pointer-events: auto;
}


body.blurbg:after {
    content: "";
    width: inherit;
    height: inherit;
    position: absolute;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



