mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
Poprawki responsywności
This commit is contained in:
+8
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user