mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 02:16:07 +00:00
Awooga, add background to table
Yeet title for commonly asked questions
This commit is contained in:
parent
a53879b86f
commit
ac0a8df205
|
@ -31,9 +31,9 @@
|
|||
<h1>Contact us</h1>
|
||||
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h2>Commonly Asked Questions</h2>
|
||||
</div>
|
||||
<!-- <div class="header">-->
|
||||
<!-- <h2>Commonly Asked Questions</h2>-->
|
||||
<!-- </div>-->
|
||||
<hr>
|
||||
<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>
|
||||
|
|
|
@ -146,6 +146,7 @@
|
|||
#timetable {
|
||||
border-radius: $border-radius-normal;
|
||||
border: 1px solid rgba(#000, 0.1);
|
||||
background-color: $color-light;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
|
|
Loading…
Reference in a new issue