diff --git a/front/src/pages/PageContact.svelte b/front/src/pages/PageContact.svelte index f2f5df3..6f3a256 100644 --- a/front/src/pages/PageContact.svelte +++ b/front/src/pages/PageContact.svelte @@ -31,9 +31,9 @@

Contact us

-
-

Commonly Asked Questions

-
+ + +

If you ordered online, if we haven't started making your food yet, a refund is possible.

diff --git a/front/src/pages/PageIndex.svelte b/front/src/pages/PageIndex.svelte index b08033f..2879b67 100644 --- a/front/src/pages/PageIndex.svelte +++ b/front/src/pages/PageIndex.svelte @@ -146,6 +146,7 @@ #timetable { border-radius: $border-radius-normal; border: 1px solid rgba(#000, 0.1); + background-color: $color-light; overflow: hidden;