Skip to content

Commit 6235a8b

Browse files
authored
Fix markdown issues
Fix some issues on the markdown that were breaking the text.
1 parent 0eaa2a3 commit 6235a8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

translations/es-ES/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ En lugar de poner en la frontera...
6969
.nav li:not(:last-child) {
7070
border-right: 1px solid #666;
7171
}
72-
```
7372

73+
```
7474
Claro, se puede usar `li.nav + li` o incluso `li.nav: li` primer hijo ~, pero con `:not()` la intención es muy clara y el selector CSS define la frontera entre la forma en que un ser humano lo describiría.
7575

7676
<sup>[volver al índice de contenidos](#table-of-contents)</sup>
7777

7878

79-
<div id="add-line-height-to-body"></ div>
80-
### Añadir `line-height` a `body`
79+
<div id="add-line-height-to-body"></div>
80+
### Añadir `line-height` a `body`
8181

8282
No es necesario añadir `line-height` característica a cada` <p> `,` <h *> `, _et al_. separadamente. En su lugar, añadirlo a `body`:
8383

@@ -494,4 +494,4 @@ textarea {
494494

495495
## Apoyo
496496

497-
Las versiones actuales de Chrome, Firefox, Safari, Opera, Edge y IE11.
497+
Las versiones actuales de Chrome, Firefox, Safari, Opera, Edge y IE11.

0 commit comments

Comments
 (0)