diff --git a/public/css/flavour.css b/public/css/flavour.css index 9433f41..c76332d 100644 --- a/public/css/flavour.css +++ b/public/css/flavour.css @@ -1,10 +1,12 @@ /* background */ -body { +#background { background: url(../img/shirakawa.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #704214; + height: 100%; + overflow: scroll; color: #fff; text-shadow: 1px 1px #000; diff --git a/public/index.php b/public/index.php index 5820aa1..3aa3228 100644 --- a/public/index.php +++ b/public/index.php @@ -22,6 +22,7 @@ +
' . $machine->name . ' @@ -54,5 +55,6 @@

';?> +