diff --git a/assets/main.css b/assets/main.css index 515b4e9..9b128ec 100644 --- a/assets/main.css +++ b/assets/main.css @@ -1,3 +1,10 @@ body { background-color: yellow; + margin: 0; + height: 100vh; +} + +h1 { + margin: auto; + width: max-content; } \ No newline at end of file diff --git a/components/index/calendar/frame.vue b/components/index/calendar/frame.vue deleted file mode 100644 index 16b5be7..0000000 --- a/components/index/calendar/frame.vue +++ /dev/null @@ -1,262 +0,0 @@ - - - \ No newline at end of file diff --git a/components/index/calblock.vue b/components/main/calblock.vue similarity index 68% rename from components/index/calblock.vue rename to components/main/calblock.vue index 1a350aa..92275b4 100644 --- a/components/index/calblock.vue +++ b/components/main/calblock.vue @@ -2,10 +2,7 @@ .indexcalendar { display: flex; justify-content: space-between; - } - - .calendarpart { - flex-grow: 1; + } @media (max-width: 720px) { @@ -13,9 +10,6 @@ flex-direction: column; } - .calendarpart { - width: 100%; - } } @@ -24,10 +18,10 @@ \ No newline at end of file diff --git a/components/main/calendar/days.vue b/components/main/calendar/days.vue new file mode 100644 index 0000000..e471775 --- /dev/null +++ b/components/main/calendar/days.vue @@ -0,0 +1,34 @@ + + + + + + + \ No newline at end of file diff --git a/components/main/calendar/frame.vue b/components/main/calendar/frame.vue new file mode 100644 index 0000000..ded28c9 --- /dev/null +++ b/components/main/calendar/frame.vue @@ -0,0 +1,81 @@ + + + + + \ No newline at end of file diff --git a/components/main/calendar/month.vue b/components/main/calendar/month.vue new file mode 100644 index 0000000..870cd10 --- /dev/null +++ b/components/main/calendar/month.vue @@ -0,0 +1,28 @@ + + + + + \ No newline at end of file diff --git a/components/main/calendar/singleday.vue b/components/main/calendar/singleday.vue new file mode 100644 index 0000000..901b8cd --- /dev/null +++ b/components/main/calendar/singleday.vue @@ -0,0 +1,14 @@ + + + \ No newline at end of file diff --git a/components/index/calendar/today.vue b/components/main/calendar/today.vue similarity index 100% rename from components/index/calendar/today.vue rename to components/main/calendar/today.vue diff --git a/components/index/cycleblock.vue b/components/main/cycleblock.vue similarity index 100% rename from components/index/cycleblock.vue rename to components/main/cycleblock.vue diff --git a/components/index/questionblock.vue b/components/main/questionblock.vue similarity index 100% rename from components/index/questionblock.vue rename to components/main/questionblock.vue diff --git a/components/index/titleblock.vue b/components/main/titleblock.vue similarity index 100% rename from components/index/titleblock.vue rename to components/main/titleblock.vue diff --git a/components/navfoot.vue b/components/navfoot.vue index b428281..47455f4 100644 --- a/components/navfoot.vue +++ b/components/navfoot.vue @@ -1,6 +1,14 @@ \ No newline at end of file diff --git a/layouts/default.vue b/layouts/default.vue index cc6183c..0152049 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,27 +1,17 @@ \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index d80ace2..8e332ea 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,18 +1,19 @@ + \ No newline at end of file