removed overflow from #wrapper moved to #footer, need to see if was needed in #wrapper

This commit is contained in:
Jacob Haddon 2020-10-25 22:11:33 -04:00
parent 792846f9d5
commit 29183e648a

View File

@ -115,7 +115,7 @@ div#wrapper
-moz-box-shadow: 1px 0 20px #dddddd;
-webkit-box-shadow: 1px 0 20px #dddddd;
box-shadow: 1px 0 20px #dddddd;
overflow: hidden;
/* overflow: hidden; */
padding-top: 20px;
}
@ -427,6 +427,7 @@ div#footer
-moz-box-shadow: 1px 4 20px #dddddd;
-webkit-box-shadow: 1px 4 20px #dddddd;
box-shadow: 1px 4 20px #dddddd;
overflow: hidden;
}
#footer p.credits