mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-04 23:44:07 +03:00
Drop GitHub button from docs on small screens
This commit is contained in:
parent
11452758bf
commit
71ff49f730
|
@ -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