mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-05 02:29: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;
|
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
|
* Shortcuts
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user