gym/src/views/muscles/Legs.vue

24 lines
307 B
Vue

<template>
<div class="legs">
<h1>Legs</h1>
<h2>Search</h2>
</div>
</template>
<script setup>
</script>
<style>
/* @media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: right;
}
} */
.legs {
}
</style>