mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-27 04:07:39 +00:00
fix(css): increase tag padding on mobile breakpoint
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6648961d7b
commit
86aa623260
1 changed files with 4 additions and 0 deletions
|
|
@ -1043,6 +1043,10 @@ th[data-sort].sort-asc::after {
|
||||||
.tag-group {
|
.tag-group {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
padding: 0.5rem 0.85rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 680px) {
|
@media (max-width: 680px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue