mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-04 18:19:54 +00:00
Makes category buttons for mobile bigger
This commit is contained in:
parent
b540b94477
commit
6b8d9addc5
@ -286,6 +286,16 @@ h2 + .add-to-category {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 799px) {
|
||||
.categories-card .categories-card__btn {
|
||||
display: block;
|
||||
flex: 1;
|
||||
border: none;
|
||||
background: none;
|
||||
padding: .25rem 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Shortcuts
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user