From 2999d8eee710c84feb359a81b0a889e5d4a4465c Mon Sep 17 00:00:00 2001 From: eneller Date: Sun, 1 Feb 2026 10:49:21 +0100 Subject: [PATCH] fix: prettier navbar --- src/app/app.component.less | 3 --- src/styles.less | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/app.component.less b/src/app/app.component.less index 4217717..6ab0a25 100644 --- a/src/app/app.component.less +++ b/src/app/app.component.less @@ -22,7 +22,6 @@ tr{ overflow-y: auto; } .custom-navbar{ - height: 3rem; width: 100vw; position: fixed; bottom: 0; @@ -33,6 +32,4 @@ tr{ .custom-navitem{ text-align: center; /* Center the content of each item */ flex: 1; -} -.nav-link.active{ } \ No newline at end of file diff --git a/src/styles.less b/src/styles.less index 621e381..37728ea 100644 --- a/src/styles.less +++ b/src/styles.less @@ -9,7 +9,7 @@ html, body { body { margin:3em auto; font-family: Roboto, "Helvetica Neue", sans-serif; - padding:0 .5em; + padding:.5em auto; } h1,h2,h3{ line-height:1.2;