Changes

From Drawn to Life Wiki
Blanked the page
Line 1: Line 1: −
  @media screen and (min-width: 851px)
+
 
#mw-header-container {
  −
  height: 0;
  −
  position: fixed;
  −
  z-index: 100;
  −
  top: 0;
  −
  width: 100%;
  −
  background: #ffffff;
  −
  color: #000000;
  −
  padding: 0.5em 0 0;
  −
  min-height: 3.125em;
  −
  box-sizing: border-box;
  −
  transition: all .3s ease !important;
  −
}
  −
#mw-header-container.hide {
  −
top: -48px;
  −
}