mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Drop GitHub button from docs on small screens
This commit is contained in:
parent
d8b5d6603e
commit
3005079824
6
docs/static/css/default.css
vendored
6
docs/static/css/default.css
vendored
|
@ -22,6 +22,12 @@ pre {
|
|||
display: block;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.repo-link {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Header link to GitHub */
|
||||
.repo-link {
|
||||
float: right;
|
||||
|
|
Loading…
Reference in New Issue
Block a user