Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
fixing minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
franklingg committed Oct 13, 2022
1 parent 618e4c8 commit 4f8c031
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
11 changes: 11 additions & 0 deletions src/i18n/locales/es-es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"translations": {
"lang": "ES-ES",
"lang_name": "Español",
"nav": {
"home": "Inicio",
"trails": "Caminos",
"about": "Sobre Nosotros"
}
}
}
9 changes: 4 additions & 5 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ body {
--light-grey: #cbcbcb;
--white: #fff;
--orange: #FEA676;

font-size: 1.6rem;
background: url("../assets/img/background.png") repeat;
}

html {
font-size: 62.5%;
}

body {
font-size: 1.6rem;
background: url("../assets/img/background.png") repeat;
}

0 comments on commit 4f8c031

Please sign in to comment.