1
0
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:
Danila Gorelko 2023-05-22 10:51:52 +03:00 committed by Timur Ismagilov
parent b540b94477
commit 6b8d9addc5

View File

@ -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
*/