mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
fix(css): increase tag padding on mobile breakpoint
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1043,6 +1043,10 @@ th[data-sort].sort-asc::after {
|
||||
.tag-group {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tag {
|
||||
padding: 0.5rem 0.85rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 680px) {
|
||||
|
||||
Reference in New Issue
Block a user