Better handling of background color on #top container

This commit is contained in:
2017-06-13 18:54:13 -07:00
parent 9951b8dcd4
commit 7ed9065ee9
3 changed files with 14 additions and 13 deletions

View File

@@ -152,7 +152,6 @@ body {
padding-top: 10px;
width: 100%;
position: fixed;
background: black;
z-index: 999; }
#top div {
margin: auto;
@@ -179,15 +178,15 @@ body {
transition-property: size;
transition-duration: .2s; }
.small .hideable {
display: none;
opacity: 0; }
.small img {
max-width: 200px; }
.small h2 {
font-size: 1em; }
.small {
background: black; }
.small .hideable {
display: none;
opacity: 0; }
.small img {
max-width: 200px; }
.small h2 {
font-size: 1em; }
.large img {
width: 100%;