From 2a5dcb5ed76450d7a243170d37ae483f83a2c4a3 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:29:01 -0600 Subject: [PATCH] core: make navigation a class --- default.css | 5 ++--- index.html | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/default.css b/default.css index 52fc891..857b8f3 100644 --- a/default.css +++ b/default.css @@ -38,12 +38,11 @@ body { max-width: 10rem; } -#navigation { +.navigation { text-align: right; padding: 6px; - max-width: inherit; + max-width: 4rem; margin: auto; - display: flex; } .canvas { diff --git a/index.html b/index.html index 9a5150a..285d475 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,8 @@

Function over form by design

- + GitHub + Projects