fix(docs): button padding in mobile device (#49014)

* fix(docs): button padding in mobile device (#48848)

* fix(docs): button margin in mobile device (#48848)
pull/49048/head^2
Ankit Chaudhary 2023-01-17 15:48:50 +05:30 committed by GitHub
parent 099dee75bf
commit f59849b495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -175,6 +175,15 @@ section.cover.show ~ .sidebar-toggle {
}
}
@media (max-width: 400px) {
section.cover .cover-main > p:last-child a:last-child {
padding-left: 0;
padding-right: 0;
margin-right: 0;
margin-left: 0;
}
}
/****** Sidebar ******/
.sidebar ul li a:hover {