Commit 6ec7bf54476a8e731ba91afd13f879650a0039a0

Authored by Eric Fernandez
1 parent 7f4f655ab0
Exists in master

Primera versión estable

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
... ... @@ -3,4 +3,4 @@
3 3 /tmp
4 4 package-lock\.json
5 5 src/etc/develop\.js
6   -/css
7 6 \ No newline at end of file
  7 +/css
src/js/controller.js
... ... @@ -10,8 +10,8 @@ angular.module('focaTeclado')
10 10 {type: 'erase', colspan: 3, text: 'spr'}
11 11 ],
12 12 [
13   - {type: 'margin', colspan: 2},
14   - {type: 'button', colspan: 4, text: ' '}
  13 + {type: 'margin', colspan: 1},
  14 + {type: 'button', colspan: 6, text: ' '}
15 15 ]
16 16 ];
17 17