1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-05-13 12:23:44 +03:00

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; border: none;
} }
img {
@extend .img-fluid;
}
.nav-link { .nav-link {
padding: 2px 15px 3px; padding: 2px 15px 3px;
} }