1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

Center background image component

This commit is contained in:
Andrew Kingston 2021-02-26 14:04:44 +00:00
parent 0a99075cd4
commit 753c76d2f7

View file

@ -23,6 +23,6 @@
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-position: center center;
}
</style>