mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-13 10:10:36 +03:00
fixed background position
This commit is contained in:
parent
15fc722b59
commit
4aa8adb68c
|
@ -1,6 +1,7 @@
|
||||||
.bd-masthead {
|
.bd-masthead {
|
||||||
background-image: linear-gradient(rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.4)), url("../assets/img/bg.jpg");
|
background-image: linear-gradient(rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.4)), url("../assets/img/bg.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-position: center top;
|
||||||
|
|
||||||
.bd-booticon {
|
.bd-booticon {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user