change font-size and filter icon size

This commit is contained in:
ogerly 2022-10-27 12:00:08 +02:00
parent baaa61761d
commit 8c7005f643
2 changed files with 27 additions and 3 deletions

View File

@ -82,3 +82,27 @@ export default {
},
}
</script>
<style>
section.filter-menu-section.categories-filter > ul button {
height: 40px;
width: 40px;
}
section.filter-menu-section.categories-filter > ul label {
font-size:small;
}
@media only screen and (min-width: 800px) {
section.filter-menu-section.categories-filter > ul button {
height: 50px;
width: 50px;
}
section.filter-menu-section.categories-filter > ul label {
font-size: large;
}
}
</style>

View File

@ -63,9 +63,9 @@ export default {
margin-bottom: $space-small;
text-align: center;
// @media only screen and (max-width: 800px) {
// width: 30%;
// }
@media only screen and (min-width: 800px) {
width: 20%;
}
// @media only screen and (max-width: 630px) {
// width: 30%;