mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 18:36:25 +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>
|
<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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue