Corrections updated
This commit is contained in:
commit
c4f50e7b68
@ -32,7 +32,7 @@ export default function Recipe() {
|
||||
</div>
|
||||
<div className="lower-content">
|
||||
<div className="category">OnTheFries</div>
|
||||
<h6><Link href="news-detail">loaded fries</Link></h6>
|
||||
<h6 className="mb-0"><Link href="news-detail">loaded fries</Link></h6>
|
||||
<div className="text">
|
||||
Price $7.99
|
||||
</div>
|
||||
@ -61,7 +61,7 @@ export default function Recipe() {
|
||||
</div>
|
||||
<div className="lower-content">
|
||||
<div className="category">Wings</div>
|
||||
<h6><Link href="news-detail">Hot Wings</Link></h6>
|
||||
<h6 className="mb-0"><Link href="news-detail">Hot Wings</Link></h6>
|
||||
<div className="text">
|
||||
Price $9.99
|
||||
</div>
|
||||
@ -90,7 +90,7 @@ export default function Recipe() {
|
||||
</div>
|
||||
<div className="lower-content">
|
||||
<div className="category">Wings</div>
|
||||
<h6><Link href="news-detail">Honey Garlic Chicken</Link></h6>
|
||||
<h6 className="mb-0"><Link href="news-detail">Honey Garlic Chicken</Link></h6>
|
||||
<div className="text">
|
||||
Price $9.99
|
||||
</div>
|
||||
|
||||
@ -2577,9 +2577,9 @@
|
||||
.special-block .inner-box .lower-content .price {
|
||||
position: relative;
|
||||
color: #27272f;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
margin-top: 8px;
|
||||
/* margin-top: 8px; */
|
||||
}
|
||||
|
||||
/***
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user