From cf525fe1cc12d4355482a506fd59cdf506d4e5db Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Tue, 4 Mar 2025 00:05:00 +0100 Subject: Fix weird style of last child --- index.html | 2 +- public/manifest.webmanifest | 2 +- src/styles/Pages.css | 4 ---- 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 @@ - +
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); -- cgit v1.3