set image width to 100%

This commit is contained in:
Kulbhushan Kaushik 2023-01-11 13:18:51 -05:00
parent 341c32924c
commit eaea444d0a

View file

@ -145,6 +145,9 @@ export default {
text-align: center;
position: sticky;
bottom: 72px;
}
#siteFooterImage
{
width: 100%;
}
</style>