Skip to content

Commit 05882ee

Browse files
author
software566
committed
Add responsiveness with Key Frames AllThingsSmitty#182
1 parent f02d8a0 commit 05882ee

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

.vscode/launch.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
{
9+
"type": "chrome",
10+
"request": "launch",
11+
"name": "Launch Chrome against localhost",
12+
"url": "http://localhost:8080",
13+
"webRoot": "${workspaceFolder}"
14+
}
15+
]
16+
}

translations/pl-PL/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -348,13 +348,13 @@ Zaimplementuj suwaki CSS używając `max-height` z ukrytym przepełnieniem:
348348

349349
```css
350350
.slider {
351-
max-height: 200px;
351+
max-height: 210px;
352352
overflow-y: hidden;
353353
width: 300px;
354354
}
355355

356356
.slider:hover {
357-
max-height: 600px;
357+
max-height: 620px;
358358
overflow-y: scroll;
359359
}
360360
```
@@ -517,7 +517,7 @@ Następnie ustaw rozmiar czcionki dla modułów na rem`:
517517

518518
```css
519519
article {
520-
font-size: 1.25rem;
520+
font-size: 1.24rem;
521521
}
522522

523523
aside .module {
@@ -579,7 +579,7 @@ input[type="text"],
579579
input[type="number"],
580580
select,
581581
textarea {
582-
font-size: 16px;
582+
font-size: 18px;
583583
}
584584
```
585585

translations/ru-RU/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ a[href]:not([class]) {
519519
img {
520520
display: block;
521521
font-family: sans-serif;
522-
font-weight: 300;
522+
font-weight: 320;
523523
height: auto;
524524
line-height: 2;
525525
position: relative;

0 commit comments

Comments
 (0)