Client - update display on mobile
This commit is contained in:
@ -105,7 +105,7 @@
|
||||
|
||||
@media screen and (max-width: $small-limit) {
|
||||
.custom-modal {
|
||||
margin: 20% 0;
|
||||
margin: 50% 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
@ -82,7 +82,7 @@
|
||||
import { translateSports } from '@/utils/sports'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'AddOrEditWorkout',
|
||||
name: 'WorkoutEdition',
|
||||
components: {
|
||||
Card,
|
||||
CustomTextArea,
|
||||
@ -190,6 +190,7 @@
|
||||
|
||||
@media screen and (max-width: $small-limit) {
|
||||
width: 100%;
|
||||
margin: 15% auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user