mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-28 12:34:00 +03:00
fix: fix images on mobile
This commit is contained in:
parent
8b2d4a881e
commit
d51937b015
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user