diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..c5674da
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,16 @@
+{
+    // Use IntelliSense to learn about possible attributes.
+    // Hover to view descriptions of existing attributes.
+    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+    "version": "0.2.0",
+    "configurations": [
+        
+        {
+            "type": "chrome",
+            "request": "launch",
+            "name": "Launch Chrome against localhost",
+            "url": "http://localhost:8080",
+            "webRoot": "${workspaceFolder}"
+        }
+    ]
+}
\ No newline at end of file
diff --git a/translations/pl-PL/README.md b/translations/pl-PL/README.md
index c2e9788..020139a 100644
--- a/translations/pl-PL/README.md
+++ b/translations/pl-PL/README.md
@@ -348,13 +348,13 @@ Zaimplementuj suwaki CSS używając `max-height`  z ukrytym przepełnieniem:
 
 ```css
 .slider {
-  max-height: 200px;
+  max-height: 210px;
   overflow-y: hidden;
   width: 300px;
 }
 
 .slider:hover {
-  max-height: 600px;
+  max-height: 620px;
   overflow-y: scroll;
 }
 ```
@@ -517,7 +517,7 @@ Następnie ustaw rozmiar czcionki dla modułów na rem`:
 
 ```css
 article {
-  font-size: 1.25rem;
+  font-size: 1.24rem;
 }
 
 aside .module {
@@ -579,7 +579,7 @@ input[type="text"],
 input[type="number"],
 select,
 textarea {
-  font-size: 16px;
+  font-size: 18px;
 }
 ```
 
diff --git a/translations/ru-RU/README.md b/translations/ru-RU/README.md
index db8c533..c9ff6ce 100644
--- a/translations/ru-RU/README.md
+++ b/translations/ru-RU/README.md
@@ -519,7 +519,7 @@ a[href]:not([class]) {
 img {
   display: block;
   font-family: sans-serif;
-  font-weight: 300;
+  font-weight: 320;
   height: auto;
   line-height: 2;
   position: relative;