body bg added
This commit is contained in:
parent
4646e3d6ab
commit
43eba72778
Binary file not shown.
|
After Width: | Height: | Size: 230 KiB |
|
|
@ -13,3 +13,9 @@
|
|||
.inner-body {
|
||||
min-height: 68vh;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(../images/body-bg.jpg) repeat center;
|
||||
background-size: cover;
|
||||
background-clip: border-box;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue