19 lines
310 B
Vue
19 lines
310 B
Vue
<style scoped>
|
|
|
|
.mainblock {
|
|
max-width: 72rem;
|
|
width: 100%;
|
|
display: flex; flex-direction: column; gap: 7.2rem;
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
<template>
|
|
<main class="mainblock">
|
|
<MainTitleblock />
|
|
<MainCalblock />
|
|
<MainCycleblock />
|
|
<MainQuestionblock />
|
|
</main>
|
|
</template> |