Poprawki responsywności

This commit is contained in:
2022-07-22 14:25:09 +02:00
parent 55a546fefe
commit e7b5817f9c
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -90,7 +90,6 @@ export default defineComponent({
<style lang="scss" scoped>
.home {
min-height: 100vh;
overflow-x: auto;
.home_container {
@@ -98,10 +97,11 @@ export default defineComponent({
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
margin-top: 1em;
padding: 2em 0;
@media screen and (max-width: 650px) {
margin-top: 80px;
padding-top: 85px;
padding-bottom: 5em;
}
}