1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13: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%; 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>