Awooga, add background to table

Yeet title for commonly asked questions
This commit is contained in:
Michał 2024-04-26 18:54:04 +01:00
parent a53879b86f
commit ac0a8df205
2 changed files with 4 additions and 3 deletions

View file

@ -31,9 +31,9 @@
<h1>Contact us</h1> <h1>Contact us</h1>
<div class="container"> <div class="container">
<div class="header"> <!-- <div class="header">-->
<h2>Commonly Asked Questions</h2> <!-- <h2>Commonly Asked Questions</h2>-->
</div> <!-- </div>-->
<hr> <hr>
<DropDown name="Can I refund my order?"> <DropDown name="Can I refund my order?">
<p>If you ordered online, if we haven't started making your food yet, a refund is possible.</p> <p>If you ordered online, if we haven't started making your food yet, a refund is possible.</p>

View file

@ -146,6 +146,7 @@
#timetable { #timetable {
border-radius: $border-radius-normal; border-radius: $border-radius-normal;
border: 1px solid rgba(#000, 0.1); border: 1px solid rgba(#000, 0.1);
background-color: $color-light;
overflow: hidden; overflow: hidden;