Skip to content

Commit

Permalink
update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMOTO520212 committed Apr 6, 2024
1 parent 70c7bde commit 8484fbe
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,8 @@ const styles = {
<div class="grid grid-cols-1 lg:grid-cols-2 gap-10">
<!--cut menu-->
<div class="max-w-[470px]">
<div class="bg-[#DED5D0] px-5 py-2 mb-5">
<h2
class="menu-card text-main"
:style="{ fontFamily: 'Jost, sans-serif' }"
>
<div class="menu-card bg-[#DED5D0] px-5 py-2 mb-5">
<h2 class="text-main" :style="{ fontFamily: 'Jost, sans-serif' }">
Cut Menu(シャンプー・ブロー付き)
</h2>
</div>
Expand All @@ -296,7 +293,7 @@ const styles = {
</div>
<!--other menu-->
<div class="max-w-[470px]">
<div class="bg-[#DED5D0] px-5 py-2 mb-5">
<div class="menu-card bg-[#DED5D0] px-5 py-2 mb-5">
<h2
class="menu-card text-main"
:style="{ fontFamily: 'Jost, sans-serif' }"
Expand Down

0 comments on commit 8484fbe

Please sign in to comment.