Commit 5c66b71e6626ede106e1886dd860232f4acdc457

Authored by Nicolás Guarnieri
1 parent 8ab7d37989
Exists in master

arreglo de teclado

Showing 1 changed file with 3 additions and 4 deletions   Show diff stats
src/sass/_teclado.scss
... ... @@ -5,11 +5,10 @@
5 5 -moz-user-select: none;
6 6 -ms-user-select: none;
7 7 user-select: none;
8   - width: 62%;
  8 + margin: auto;
  9 + width: 855px;
  10 + position: inherit;
9 11 height: auto;
10   - margin-left: 13%;
11   - margin-top: -19%;
12   - position: absolute;
13 12 border: 1px solid rgba(255, 128, 0, .4);
14 13 background-color: rgba(0, 0, 0, .3);
15 14 bottom: 5px;