Skip to content

Commit

Permalink
Fix for background image displayed as full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer committed Oct 11, 2016
1 parent 9a65efd commit 10bfc5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hp_assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
body {font-family: sans-serif; background: url("../img/sayagata-400px.png") repeat; z-index: 1;}
html {height: 100%; width: 100%;}
body {font-family: sans-serif; background: url("../img/sayagata-400px.png") repeat; z-index: 1; height: 100%; width: 100%; background-position: center; background-attachment: fixed;}

.hidden {display: none;}
.menu-item {display: none; z-index: 3;}
Expand Down

0 comments on commit 10bfc5e

Please sign in to comment.