Skip to content

Commit

Permalink
chore: Update README.md with responsive image sizes for mobile screen…
Browse files Browse the repository at this point in the history
…shots
  • Loading branch information
carlosferreyra committed Jul 31, 2024
1 parent d66aac3 commit c63ef9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ Las siguientes capturas de pantalla muestran el funcionamiento de la solución e

#### Captura de Texto a codificar:

<!-- captura mobile texto a codificar usando attr width="50%" -->
<img src="./assets/screenshots/screenshot1-mobile.png" width="50%">
<!-- captura mobile texto a codificar usando attr width="10%" -->
<img src="./assets/screenshots/screenshot1-mobile.png" width="10%">




#### Captura de Texto codificado:

<!-- captura mobile texto codificado usando attr width="50%" -->
<img src="./assets/screenshots/screenshot2-mobile.png" width="50%">
<!-- captura mobile texto codificado usando attr width="10%" -->
<img src="./assets/screenshots/screenshot2-mobile.png" width="10%">

<!-- fin capturas de pantalla -->

Expand Down

0 comments on commit c63ef9b

Please sign in to comment.