Commit 4b9eedc9ef1d6e39ecd170cc066576fa9bd2a06c
1 parent
ea02d58c
bg
Showing
3 changed files
with
1 additions
and
1 deletions
src/assets/logo.png deleted
6.69 KB
src/images/header/bg.jpg
0 → 100644
157 KB
src/style/reset.css
| ... | ... | @@ -58,7 +58,7 @@ html, body{ |
| 58 | 58 | -moz-user-select: none; |
| 59 | 59 | } |
| 60 | 60 | body{ |
| 61 | - /*background: url("../assets/img/bg.jpg") no-repeat;*/ | |
| 61 | + background: url("../images/header/bg.jpg") no-repeat; | |
| 62 | 62 | background-size: 100% 100%; |
| 63 | 63 | overflow: hidden; |
| 64 | 64 | /*background-size:100% 100%;*/ | ... | ... |