mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(docs): button padding in mobile device (#49014)
* fix(docs): button padding in mobile device (#48848) * fix(docs): button margin in mobile device (#48848)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user