fix: fix images on mobile

This commit is contained in:
mostafaei2002 2024-05-18 12:33:54 +03:30
parent 8b2d4a881e
commit d51937b015

View File

@ -100,6 +100,10 @@ pre code {
border: none;
}
img {
@extend .img-fluid;
}
.nav-link {
padding: 2px 15px 3px;
}