1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Center background image component

This commit is contained in:
Andrew Kingston 2021-02-26 14:04:44 +00:00
parent d27dff0261
commit e7f4b9c241

View file

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