Skip to content

Commit

Permalink
resize width to 400px
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed Sep 15, 2018
1 parent 9b972e4 commit c3a3445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Una vez inicializado la llamada el servidor telcom comenzará a enviar las *famo

<style>
img[src*='#center'] {
width:500px;
width:400px;
display: block;
margin: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Once initialized the call will begin to receive and send the **famous USSD windo

<style>
img[src*='#center'] {
width:500px;
width:400px;
display: block;
margin: auto;
}
Expand Down

0 comments on commit c3a3445

Please sign in to comment.