diff --git a/src/App.jsx b/src/App.jsx
index fefe748..4a38b5c 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -35,7 +35,7 @@ function Product() {
{likes > 0 && }
{likes >= 10 &&
ΠΡ Π΄ΠΎΡΡΠΈΠ³Π»ΠΈ Π»ΠΈΠΌΠΈΡΠ°!
}
>
)
diff --git a/src/App.module.scss b/src/App.module.scss
index 965d806..b6b5379 100644
--- a/src/App.module.scss
+++ b/src/App.module.scss
@@ -7,7 +7,7 @@
}
.value {
- width:70%;
+ /*width:70%;*/
height: 100%;
background-color: green;
}