aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--public/manifest.webmanifest2
-rw-r--r--src/styles/Pages.css4
3 files changed, 2 insertions, 6 deletions
diff --git a/index.html b/index.html
index 96b0f22..1cb7de3 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html lang="en">
+<html lang="es">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest
index 30abe1a..59fbab1 100644
--- a/public/manifest.webmanifest
+++ b/public/manifest.webmanifest
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/web-manifest.json",
- "id": "https://busurbano.costas.dev",
+ "id": "https://busurbano.costas.dev/",
"name": "UrbanoVigo Web",
"description": "Aplicación web para encontrar paradas y tiempos de llegada de los autobuses urbanos de Vigo, España.",
"short_name": "UrbanoVigo",
diff --git a/src/styles/Pages.css b/src/styles/Pages.css
index e8318ef..90ffad2 100644
--- a/src/styles/Pages.css
+++ b/src/styles/Pages.css
@@ -116,10 +116,6 @@ body {
border-bottom: 1px solid var(--border-color);
}
-.list-item:last-child {
- border-bottom: none;
-}
-
.list-item-link {
display: block;
color: var(--text-color);