Skip to content

Commit 389dd78

Browse files
committed
tweaked buttons
decreased the padding between locate and clear, and changed the spanish label of the clear button
1 parent e9d2627 commit 389dd78

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CSS/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ h1 {
178178
}
179179

180180
.buttons {
181-
gap: 24px;
181+
gap: 16px;
182182
padding: 16px;
183183
margin-bottom: 12px;
184184
}

JS/locales.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const translations = {
6363
latPlaceholder: "lat",
6464
longPlaceholder: "long",
6565
distPlaceholder: "distancia (u)",
66-
clearAll: "limpiar todo",
66+
clearAll: "borrar",
6767
locate: "Localizar",
6868
tip: "consejo: presiona enter para ir al siguiente campo",
6969
leylinesHeader: "Las líneas ley aparecerán aquí",

0 commit comments

Comments
 (0)