responsive design done

This commit is contained in:
2021-10-20 21:35:11 -03:00
parent 4765b26389
commit 3ec90bebaf
9 changed files with 154 additions and 12 deletions

View File

@@ -23,8 +23,8 @@
box-sizing: border-box;
padding-top: 10vh;
padding-bottom: 10vh;
// padding-top: 10vh;
//padding-bottom: 10vh;
button, select {
height: 10vh;
@@ -149,4 +149,20 @@
}
}
}
}
@media (max-width: 991.98px) {
.categories-container {
.categories {
padding: 0;
button, select {
font-size: 4vw !important;
}
}
}
}