Center background image component

This commit is contained in:
Andrew Kingston 2021-02-26 14:04:44 +00:00
parent 0a99075cd4
commit 753c76d2f7
1 changed files with 1 additions and 1 deletions

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>