Fixed graphical bug

This commit is contained in:
Niles Rogoff 2016-06-26 17:14:42 -04:00
parent 9e25dcbcb4
commit 1df86eb20d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
body { body {
font-family:helvetica; font-family:helvetica;
background:url("background.png") no-repeat center center fixed; background:url("background.png") no-repeat center/cover fixed;
} }
#content { #content {
width:90%; width:90%;