fix logo display on pages

hslick-master
Leah Rowe 2022-11-15 20:34:00 +00:00
parent fccb128f48
commit 6098abe89f
1 changed files with 8 additions and 0 deletions

View File

@ -82,6 +82,14 @@ html, ul, #TOC
@media (min-width:60em)
{
.title-logo{display:none}
div.title,h1.title {
background:url("/favicon.ico") no-repeat;
background-size:auto 99%;
min-height:2em
}
div.title {background-position:right}
h1.title {padding:0 4em}
#TOC
{
float: left;