diff options
author | Marvin Borner | 2019-02-17 15:28:03 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-17 15:28:03 +0100 |
commit | ad3dcd204b4274f7315a9715383d99fb3edede21 (patch) | |
tree | 82444be7093a37f51699e6e5b79f0587be647968 /public | |
parent | 3bf6ce2e8cb77b7b59365a62dbefd7d472ba0dd6 (diff) |
Made input boxes smaller
Diffstat (limited to 'public')
-rw-r--r-- | public/styles/pin.sass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/styles/pin.sass b/public/styles/pin.sass index 56be1b4..614e157 100644 --- a/public/styles/pin.sass +++ b/public/styles/pin.sass @@ -10,7 +10,7 @@ .enter-pin position: relative - width: 80vw + width: 50vw margin: 0 auto top: 50% transform: translateY(-50%) @@ -26,9 +26,9 @@ justify-content: center .pin-wrapper > .column input - width: 15vw - height: 15vw - font-size: 15vw + width: 7vw + height: 7vw + font-size: 7vw background-color: #2d3338 color: transparent text-shadow: 0 0 0 #000 |