set image width to 100%
This commit is contained in:
parent
341c32924c
commit
eaea444d0a
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 72px;
|
bottom: 72px;
|
||||||
|
}
|
||||||
|
#siteFooterImage
|
||||||
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue