Fix: Layout #1

Open
Flycro wants to merge 10 commits from fix_layout into main
7 changed files with 25 additions and 6 deletions
Showing only changes of commit b9b6d58396 - Show all commits

View File

@@ -4,6 +4,6 @@
<template> <template>
<main> <main>
<h1 HomeView h1/> <h1>HomeView</h1>
</main> </main>
</template> </template>

View File

@@ -3,6 +3,10 @@
<h1>Back</h1> <h1>Back</h1>
</div> </div>
</template> </template>
<script setup>
</script>
<style> <style>
@media (min-width: 1024px) { @media (min-width: 1024px) {
@@ -13,4 +17,3 @@
} }
} }
</style> </style>

View File

@@ -3,6 +3,10 @@
<h1>Biceps</h1> <h1>Biceps</h1>
</div> </div>
</template> </template>
<script setup>
</script>
<style> <style>
@media (min-width: 1024px) { @media (min-width: 1024px) {
@@ -13,4 +17,3 @@
} }
} }
</style> </style>

View File

@@ -8,6 +8,10 @@
</div> </div>
</template> </template>
<script setup>
</script>
<style> <style>
@media (min-width: 1024px) { @media (min-width: 1024px) {
.about { .about {

View File

@@ -3,6 +3,10 @@
<h1>Legs</h1> <h1>Legs</h1>
</div> </div>
</template> </template>
<script setup>
</script>
<style> <style>
@media (min-width: 1024px) { @media (min-width: 1024px) {
@@ -13,4 +17,3 @@
} }
} }
</style> </style>

View File

@@ -3,6 +3,10 @@
<h1>Shoulder</h1> <h1>Shoulder</h1>
</div> </div>
</template> </template>
<script setup>
</script>
<style> <style>
@media (min-width: 1024px) { @media (min-width: 1024px) {
@@ -13,4 +17,3 @@
} }
} }
</style> </style>

View File

@@ -3,6 +3,10 @@
<h1><button>Triceps</button></h1> <h1><button>Triceps</button></h1>
</div> </div>
</template> </template>
<script setup>
</script>
<style> <style>
@media (min-width: 1024px) { @media (min-width: 1024px) {
@@ -13,4 +17,3 @@
} }
} }
</style> </style>