Center background image component
This commit is contained in:
parent
0a99075cd4
commit
753c76d2f7
|
@ -23,6 +23,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: top center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue