Skip to content

Commit e5c7059

Browse files
Updated line-height value in tips 🎉
1 parent 92ea7e9 commit e5c7059

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You don't need to add `line-height` to each `<p>`, `<h*>`, _et al_. separately.
7979

8080
```css
8181
body {
82-
line-height: 1;
82+
line-height: 1.5;
8383
}
8484
```
8585

@@ -446,7 +446,7 @@ Now you can utilize the `root em` unit based on the value calculated by `:root`:
446446

447447
```css
448448
body {
449-
font: 1em/1.6rem sans-serif;
449+
font: 1em/1.6 sans-serif;
450450
}
451451
```
452452

translations/es-ES/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ No es necesario añadir `line-height` característica a cada` <p> `,` <h *> `, _
8282

8383
```css
8484
body {
85-
  line-height: 1;
85+
  line-height: 1.5;
8686
}
8787
```
8888

@@ -465,7 +465,7 @@ Ahora se puede utilizar la unidad de `root em` basado en el valor calculado por
465465

466466
```css
467467
body {
468-
font: 1em/1.6rem sans-serif;
468+
font: 1em/1.6 sans-serif;
469469
}
470470
```
471471

translations/fr-FR/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Vous ne devez pas ajouter `line-height` à chaque `<p>`, `<h*>`, _et al_. sépar
8282

8383
```css
8484
body {
85-
  line-height: 1;
85+
  line-height: 1.5;
8686
}
8787
```
8888

@@ -468,7 +468,7 @@ Maintenant, vous pouvez utiliser l'appareil de `root em` sur la base de la valeu
468468

469469
```css
470470
body {
471-
font: 1em/1.6rem sans-serif;
471+
font: 1em/1.6 sans-serif;
472472
}
473473
```
474474

translations/ru-RU/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
```css
8484
body {
85-
  line-height: 1;
85+
  line-height: 1.5;
8686
}
8787
```
8888

@@ -467,7 +467,7 @@ video[autoplay]:not([muted]) {
467467

468468
```css
469469
body {
470-
font: 1em/1.6rem sans-serif;
470+
font: 1em/1.6 sans-serif;
471471
}
472472
```
473473

translations/zh-CN/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
```css
8484
body {
85-
line-height: 1;
85+
line-height: 1.5;
8686
}
8787
```
8888

@@ -467,7 +467,7 @@ video[autoplay]:not([muted]) {
467467

468468
```css
469469
body {
470-
font: 1em/1.6rem sans-serif;
470+
font: 1em/1.6 sans-serif;
471471
}
472472
```
473473

0 commit comments

Comments
 (0)