#head {
    margin: 1em 0 1.5em;
}

#head h1 {
  font-size: 5em;
  padding: 0 0px 10px 0.667em;
}

#head h1::before {
    background-image: url('/favicon.ico');
    background-size: 90px 90px;
    display: inline-block;
    width: 90px;
    height: 90px;
    content: "";
    margin: 0px 10px -20px 0px;
}

.has-rightbar #wiki-sidebar {
    float: right;
    top: 0;
    display: inline-block;
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
}

