Poprawki responsywności

This commit is contained in:
2022-11-17 14:33:00 +01:00
parent 3155487a29
commit 94235df38d
3 changed files with 12 additions and 24 deletions
+8 -5
View File
@@ -43,7 +43,6 @@ import { useStore } from '../store/store';
import OrderHelper from '../components/OrderHelper.vue';
import OrderTrainPicker from '../components/OrderTrainPicker.vue';
export default defineComponent({
components: { OrderVue, SideBar, OrderHelper },
@@ -116,16 +115,20 @@ export default defineComponent({
width: 100%;
@media screen and (max-width: 650px) {
padding-top: 5em;
padding-bottom: 5em;
padding: 1em 0.5em;
}
}
.order_container {
width: 100%;
max-width: 550px;
max-width: 600px;
position: relative;
display: flex;
align-items: start;
@media screen and (max-width: 650px) {
flex-direction: column;
}
}
.message_container {