fixed p width mobile

This commit is contained in:
Olivier Demers 2023-03-19 14:23:36 -04:00
parent 332f6283a4
commit 7091a30e02

View File

@ -83,5 +83,8 @@
.img {
display: none;
}
p {
width: 100%;
}
}
</style>