building grid for mobile v.

This commit is contained in:
Kostya
2023-11-26 18:15:34 +03:00
parent 5ea14bc077
commit b246e5adb6
2 changed files with 46 additions and 1 deletions

View File

@@ -1,10 +1,20 @@
<template>
<div class="content-grid__mobile-home">
<h1>mobile</h1>
<header class="header-mobile">
<h1>header</h1>
</header>
<main class="main-mobile">
<h1>main</h1>
</main>
<footer class="footer-mobile">
<h1>footer</h1>
</footer>
</div>
</template>
<script>
import '@/assets/css/PagesStyles/adaptive-pages/homemobile.css'
export default {
}