Skip to content

Commit a98d222

Browse files
committed
Updated
1 parent 288e946 commit a98d222

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To improve performance, the project implements lazy loading for certain componen
1010
The header style is also changed based on the current URL route. This allows for a better user experience as the header adjusts to the current page the user is on.
1111
The products are also sorted by category to make it easier for users to find what they are looking for.<br>
1212

13-
Live web application: <a href="https://dazzling-piroshki-f56cb2.netlify.app/">Click Here</a></p>
13+
Live web application: <a href="https://koffeeshop.netlify.app/">Click Here</a></p>
1414

1515
## Project Functionalities
1616
<ul>

src/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body {
4343
position: relative;
4444
font-family: var(--ff-body);
4545
letter-spacing: 1.3px;
46-
overflow-x: hidden;
46+
overflow-x: hidden;
4747
}
4848

4949
main {
@@ -291,6 +291,7 @@ p {
291291
background:#0406078b;
292292
transition: opacity ease 0.3s,
293293
z-index ease 0.5s;
294+
overflow-x: hidden;
294295
}
295296

296297
#cart-container.cart-active {

0 commit comments

Comments
 (0)